enabled the status on all devices with a keyboard by default
This commit is contained in:
parent
dc21957a1c
commit
4614a05938
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue