Fix missing null gate (#1273)

This commit is contained in:
Jon Musselwhite
2026-05-05 02:26:41 +02:00
committed by GitHub
parent 063756eb50
commit 7b07b14a80
+2
View File
@@ -175,6 +175,8 @@ public class Keyboard2 extends InputMethodService
{
_config.current_dictionary = null;
_config.emoji_dictionary = null;
if (_device_locales.default_ == null)
return;
String current = _device_locales.default_.dictionary;
if (current == null)
return;