android/swkbd: Properly set uncancelable
When using a DialogFragment you have to set this property on the DialogFragment itself.
This commit is contained in:
parent
f941f8567d
commit
a0b856536c
@ -125,8 +125,8 @@ public final class SoftwareKeyboard {
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(emulationActivity)
|
||||
.setTitle(R.string.software_keyboard)
|
||||
.setView(container)
|
||||
.setCancelable(false);
|
||||
.setView(container);
|
||||
setCancelable(false);
|
||||
|
||||
switch (config.button_config) {
|
||||
case ButtonConfig.Triple: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user