Fixing some missing swipecancelled events
Updating NavBarPosition to expose more constructor and getters Flag: com.android.launcher3.use_activity_overlay Test: atest SwipeTransitionTest Bug: 340432854 Change-Id: I86193fa26c0337d50e366cecb2d7debf37940fe1
This commit is contained in:
@@ -2402,7 +2402,7 @@ public class DeviceProfile {
|
||||
mTransposeLayoutWithOrientation = !mInfo.isTablet(mWindowBounds);
|
||||
}
|
||||
if (mIsGestureMode == null) {
|
||||
mIsGestureMode = mInfo.navigationMode.hasGestures;
|
||||
mIsGestureMode = mInfo.getNavigationMode().hasGestures;
|
||||
}
|
||||
if (mDotRendererCache == null) {
|
||||
mDotRendererCache = new SparseArray<>();
|
||||
|
||||
Reference in New Issue
Block a user