1
0
Fork 0

enabled the status on all devices with a keyboard by default

This commit is contained in:
sspanak 2025-05-09 16:44:44 +03:00 committed by Dimo Karaivanov
parent dc21957a1c
commit 4614a05938

View file

@ -42,7 +42,7 @@ public class SettingsUI extends SettingsTyping {
}
public boolean isStatusIconEnabled() {
return prefs.getBoolean("pref_status_icon", DeviceInfo.IS_QIN_F21);
return prefs.getBoolean("pref_status_icon", DeviceInfo.IS_QIN_F21 || !DeviceInfo.noKeyboard(context));
}
public boolean getDarkTheme() {