File tree Expand file tree Collapse file tree
app/src/main/java/io/github/sds100/keymapper/inputmethod/latin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1450,10 +1450,13 @@ public void onRequestPermissionsResult(boolean allGranted) {
14501450 }
14511451
14521452 public void displaySettingsDialog () {
1453+ launchSettings ();
1454+ /* old dialog
14531455 if (isShowingOptionDialog()) {
14541456 return;
14551457 }
14561458 showSubtypeSelectorAndSettings();
1459+ */
14571460 }
14581461
14591462 @ Override
@@ -1520,7 +1523,7 @@ public void switchLanguage(final InputMethodSubtype subtype) {
15201523 public void switchToNextSubtype () {
15211524 final IBinder token = getWindow ().getWindow ().getAttributes ().token ;
15221525 if (shouldSwitchToOtherInputMethods ()) {
1523- mRichImm .switchToNextInputMethod (token , false /* onlyCurrentIme */ );
1526+ mRichImm .switchToNextInputMethod (token , true /* onlyCurrentIme */ );
15241527 return ;
15251528 }
15261529 mSubtypeState .switchSubtype (token , mRichImm );
You can’t perform that action at this time.
0 commit comments