mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 07:37:41 +00:00
more convenient access to settingsValues
Settings.getInstance().getCurrent() -> Settings.getValues()
This commit is contained in:
parent
98640c6b0d
commit
1b5a793690
46 changed files with 116 additions and 112 deletions
|
@ -954,7 +954,7 @@ public class LatinIME extends InputMethodService implements
|
|||
final boolean isDifferentTextField = !restarting || inputTypeChanged;
|
||||
|
||||
StatsUtils.onStartInputView(editorInfo.inputType,
|
||||
Settings.getInstance().getCurrent().mDisplayOrientation,
|
||||
Settings.getValues().mDisplayOrientation,
|
||||
!isDifferentTextField);
|
||||
|
||||
// The EditorInfo might have a flag that affects fullscreen mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue