From 7aad3aaaa253e6b8ce88e3e0af87fc2c7c4be109 Mon Sep 17 00:00:00 2001 From: xtaodada Date: Sat, 14 Jan 2023 16:26:05 +0800 Subject: [PATCH] feat: Enable lite mode switch for all devices Co-authored-by: tehcneko --- TMessagesProj/src/main/java/org/telegram/ui/ThemeActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TMessagesProj/src/main/java/org/telegram/ui/ThemeActivity.java b/TMessagesProj/src/main/java/org/telegram/ui/ThemeActivity.java index 53faac08f..d1b891e6d 100644 --- a/TMessagesProj/src/main/java/org/telegram/ui/ThemeActivity.java +++ b/TMessagesProj/src/main/java/org/telegram/ui/ThemeActivity.java @@ -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++; }