Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74bf8d26 authored by Tony Wickham's avatar Tony Wickham Committed by android-build-merger
Browse files

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

am: 2a3c9364

Change-Id: Iae8f41eed3003060f9c29cde7ca3d46ebbd408cc
parents 4a4f0a16 2a3c9364
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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() {