Merge "Call initTransitionEndpoints in constructor" into ub-launcher3-qt-dev

This commit is contained in:
Tony Wickham 2019-04-25 18:46:45 +00:00 committed by Android (Google) Code Review
commit 2a3c936440
1 changed files with 3 additions and 0 deletions

View File

@ -277,6 +277,9 @@ public class WindowTransformSwipeHandler<T extends BaseDraggingActivity>
mMode = SysUINavigationMode.getMode(context);
initStateCallbacks();
DeviceProfile dp = InvariantDeviceProfile.INSTANCE.get(mContext).getDeviceProfile(mContext);
initTransitionEndpoints(dp);
}
private void initStateCallbacks() {