fix: Move A11_R41 workaround earlier to QuickstepLauncher

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-03-22 16:10:41 +07:00
parent 46bbbd1237
commit 3b38dd5c1f
2 changed files with 4 additions and 5 deletions
@@ -41,11 +41,7 @@ public enum QuickstepProtoLogGroup implements IProtoLogGroup {
private final @NonNull String mTag;
public static boolean isProtoLogInitialized() {
// LC-Note: This is workaround for skipping Android 11 Release 41.
// Not the best solutions but this is not significant enough to Lawnchair.
//
// Originally was !Utilities.ATLEAST_R
if (!Utilities.ATLEAST_S) return false;
if (!Utilities.ATLEAST_R) return false;
if (!Variables.sIsInitialized) {
Log.w(Constants.TAG,