freeze fix 2

This commit is contained in:
Yuriy Liskov
2020-06-13 21:47:55 +03:00
parent b3e707ff91
commit 8995744a8b

View File

@@ -94,6 +94,10 @@ public class KeyboardManager {
load();
}
if (mAllKeyboards.size() <= mKeyboardIndex) {
mKeyboardIndex = 0;
}
return mAllKeyboards.get(mKeyboardIndex);
}
}