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

Commit bb443d39 authored by Jordan Demeulenaere's avatar Jordan Demeulenaere Committed by Automerger Merge Worker
Browse files

Make NSWVC throw on userdebug builds when launch animation times out am: 6585b8a8

parents 8a1d44cf 6585b8a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -288,7 +288,7 @@ public class NotificationShadeWindowViewController {
                }
                }
                if (mExpandAnimationRunning) {
                if (mExpandAnimationRunning) {
                    if (isDown && mClock.uptimeMillis() > mLaunchAnimationTimeout) {
                    if (isDown && mClock.uptimeMillis() > mLaunchAnimationTimeout) {
                        mShadeLogger.d("NSWVC: launch animation timed out");
                        Log.wtf(TAG, "NSWVC: launch animation timed out");
                        setExpandAnimationRunning(false);
                        setExpandAnimationRunning(false);
                    } else {
                    } else {
                        return logDownDispatch(ev, "expand animation running", false);
                        return logDownDispatch(ev, "expand animation running", false);