mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-19 05:39:10 +00:00
Apply suggestions from code review
Apply suggestions Co-authored-by: Helium314 <helium314@mailbox.org>
This commit is contained in:
parent
929d199079
commit
6b00c963f0
2 changed files with 2 additions and 1 deletions
|
@ -509,6 +509,7 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
|
|||
loadKeyboard(mLatinIME.getCurrentInputEditorInfo(), settings.getCurrent(),
|
||||
mLatinIME.getCurrentAutoCapsState(), mLatinIME.getCurrentRecapitalizeState());
|
||||
}
|
||||
|
||||
/**
|
||||
* Displays a toast message.
|
||||
*
|
||||
|
|
|
@ -261,7 +261,7 @@
|
|||
<string name="select_all" tools:keep="@string/select_all" translatable="false">@android:string/selectAll</string>
|
||||
<string name="select_word" tools:keep="@string/select_word">Select word</string>
|
||||
<string name="one_handed" tools:keep="@string/one_handed">One-handed mode</string>
|
||||
<string name="split" tools:keep="Split keyboard toggle">Split keyboard toggle</string>
|
||||
<string name="split" tools:keep="@string/split">Split keyboard toggle</string>
|
||||
<string name="full_left" tools:keep="@string/full_left">Full left</string>
|
||||
<string name="full_right" tools:keep="@string/full_right">Full right</string>
|
||||
<string name="page_start" tools:keep="@string/page_start">Page start</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue