Make mobile data dialog !cancelable

This commit is contained in:
Adeel Zafar 2019-08-02 02:19:46 +05:00
parent 9b04bea2b1
commit 5f5a312c74

View File

@ -1149,6 +1149,7 @@ public class MainActivity extends BaseActivity implements WebViewCallback,
this.getString(R.string.mobile_data_message) + "\n" + this.getString(
R.string.mobile_data_message_confirmation)
);
builder.setCancelable(false);
AlertDialog dialog = builder.create();
dialog.show();
}