mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit '71aafa9445c3b830b9cbe56911a91b57d25e20e3': Fix Input options dialog
This commit is contained in:
commit
14e1367f6d
@ -2224,9 +2224,6 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
di.dismiss();
|
||||
switch (position) {
|
||||
case 0:
|
||||
launchSettings();
|
||||
break;
|
||||
case 1:
|
||||
Intent intent = new Intent(
|
||||
android.provider.Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS);
|
||||
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK
|
||||
@ -2236,6 +2233,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||
mInputMethodId);
|
||||
startActivity(intent);
|
||||
break;
|
||||
case 1:
|
||||
launchSettings();
|
||||
break;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user