mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 23:57:41 +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() {
|
public void displaySettingsDialog() {
|
||||||
|
launchSettings();
|
||||||
|
/* old dialog
|
||||||
if (isShowingOptionDialog()) {
|
if (isShowingOptionDialog()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
showSubtypeSelectorAndSettings();
|
showSubtypeSelectorAndSettings();
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -1391,7 +1394,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
public void switchToNextSubtype() {
|
public void switchToNextSubtype() {
|
||||||
final IBinder token = getWindow().getWindow().getAttributes().token;
|
final IBinder token = getWindow().getWindow().getAttributes().token;
|
||||||
if (shouldSwitchToOtherInputMethods()) {
|
if (shouldSwitchToOtherInputMethods()) {
|
||||||
mRichImm.switchToNextInputMethod(token, false /* onlyCurrentIme */);
|
mRichImm.switchToNextInputMethod(token, true /* onlyCurrentIme */);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
mSubtypeState.switchSubtype(token, mRichImm);
|
mSubtypeState.switchSubtype(token, mRichImm);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue