mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -04:00
Make mobile data dialog !cancelable
This commit is contained in:
parent
9b04bea2b1
commit
5f5a312c74
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user