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)
|
AlertDialog.Builder builder = new AlertDialog.Builder(emulationActivity)
|
||||||
.setTitle(R.string.software_keyboard)
|
.setTitle(R.string.software_keyboard)
|
||||||
.setView(container)
|
.setView(container);
|
||||||
.setCancelable(false);
|
setCancelable(false);
|
||||||
|
|
||||||
switch (config.button_config) {
|
switch (config.button_config) {
|
||||||
case ButtonConfig.Triple: {
|
case ButtonConfig.Triple: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user