feat: Enable lite mode switch for all devices
Co-authored-by: tehcneko <chsqwyx@gmail.com>
This commit is contained in:
parent
75d12ddadd
commit
7aad3aaaa2
@ -633,7 +633,7 @@ public class ThemeActivity extends BaseFragment implements NotificationCenter.No
|
||||
distanceRow = rowCount++;
|
||||
settings2Row = rowCount++;
|
||||
|
||||
if (SharedConfig.getDevicePerformanceClass() == SharedConfig.PERFORMANCE_CLASS_LOW || BuildVars.DEBUG_VERSION) {
|
||||
if (true || SharedConfig.getDevicePerformanceClass() == SharedConfig.PERFORMANCE_CLASS_LOW || BuildVars.DEBUG_VERSION) {
|
||||
lightModeRow = rowCount++;
|
||||
lightModeTopInfoRow = rowCount++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user