mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Show preview of F1 keys properly
Change-Id: Ie1c6a13efcada09d29c1006224dcf54000c14283
This commit is contained in:
parent
e8e153490d
commit
bc0b0a6478
@ -299,12 +299,7 @@ public class LatinKeyboard extends Keyboard {
|
||||
mMicIcon = mRes.getDrawable(R.drawable.sym_keyboard_mic);
|
||||
m123MicIcon = mRes.getDrawable(R.drawable.sym_keyboard_123_mic);
|
||||
}
|
||||
if (m123Key != null) {
|
||||
m123Key.icon = m123MicIcon;
|
||||
}
|
||||
if (mF1Key != null) {
|
||||
mF1Key.icon = mMicIcon;
|
||||
}
|
||||
updateF1Key();
|
||||
if (mSpaceKey != null) {
|
||||
mSpaceKey.icon = mSpaceIcon;
|
||||
updateSpaceBarForLocale(f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user