mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Flip recents if setting is true
Bug: 72860694 Change-Id: I5cb71f553b2833a18a1b419b3744175bff963da8
This commit is contained in:
@@ -182,7 +182,7 @@ public abstract class PagedView<T extends View & PageIndicator> extends ViewGrou
|
||||
private static final Rect sTmpRect = new Rect();
|
||||
|
||||
protected final Rect mInsets = new Rect();
|
||||
protected final boolean mIsRtl;
|
||||
protected boolean mIsRtl;
|
||||
|
||||
// Similar to the platform implementation of isLayoutValid();
|
||||
protected boolean mIsLayoutValid;
|
||||
|
||||
Reference in New Issue
Block a user