mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Fix KeyboardId being null causing crash
This commit is contained in:
parent
3efcbf730f
commit
9f40bfd574
@ -287,6 +287,7 @@ public final class MoreKeysKeyboard extends Keyboard {
|
||||
|
||||
DynamicThemeProvider provider = DynamicThemeProvider.obtainFromContext(context);
|
||||
|
||||
mParams.mId = keyboard.mId;
|
||||
mParams.mIconsSet.loadIcons(null, provider);
|
||||
mParams.mThemeId = 3;
|
||||
mParams.mTextsSet.setLocale(keyboard.mId.mLocale, context);
|
||||
|
Loading…
Reference in New Issue
Block a user