Show preview of F1 keys properly
Change-Id: Ie1c6a13efcada09d29c1006224dcf54000c14283
This commit is contained in:
parent
e8e153490d
commit
bc0b0a6478
1 changed files with 1 additions and 6 deletions
|
@ -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…
Reference in a new issue