mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Merge "Modify AT_LEAST_S check to include SDK int" into sc-dev
This commit is contained in:
@@ -122,7 +122,8 @@ public final class Utilities {
|
||||
|
||||
public static final boolean ATLEAST_R = Build.VERSION.SDK_INT >= Build.VERSION_CODES.R;
|
||||
|
||||
public static final boolean ATLEAST_S = BuildCompat.isAtLeastS();
|
||||
public static final boolean ATLEAST_S = BuildCompat.isAtLeastS()
|
||||
|| Build.VERSION.SDK_INT >= Build.VERSION_CODES.S;
|
||||
|
||||
/**
|
||||
* Set on a motion event dispatched from the nav bar. See {@link MotionEvent#setEdgeFlags(int)}.
|
||||
|
||||
Reference in New Issue
Block a user