mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 15:47:43 +00:00
parent
f93db97c3a
commit
2bfc526bb4
1 changed files with 4 additions and 1 deletions
|
@ -1321,10 +1321,13 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
}
|
||||
|
||||
public void displaySettingsDialog() {
|
||||
launchSettings();
|
||||
/* old dialog
|
||||
if (isShowingOptionDialog()) {
|
||||
return;
|
||||
}
|
||||
showSubtypeSelectorAndSettings();
|
||||
*/
|
||||
}
|
||||
|
||||
@Override
|
||||
|
@ -1391,7 +1394,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
public void switchToNextSubtype() {
|
||||
final IBinder token = getWindow().getWindow().getAttributes().token;
|
||||
if (shouldSwitchToOtherInputMethods()) {
|
||||
mRichImm.switchToNextInputMethod(token, false /* onlyCurrentIme */);
|
||||
mRichImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
|
||||
return;
|
||||
}
|
||||
mSubtypeState.switchSubtype(token, mRichImm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue