Apply suggestions from code review

Apply suggestions

Co-authored-by: Helium314 <helium314@mailbox.org>
This commit is contained in:
PurplePickleMonster 2025-01-07 17:36:37 -05:00 committed by GitHub
parent 929d199079
commit 6b00c963f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -509,6 +509,7 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions {
loadKeyboard(mLatinIME.getCurrentInputEditorInfo(), settings.getCurrent(),
mLatinIME.getCurrentAutoCapsState(), mLatinIME.getCurrentRecapitalizeState());
}
/**
* Displays a toast message.
*

View file

@ -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>