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

Commit fae00115 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix crash if Launcher destroyed before AbsSwipeUpHandler invalidated" into udc-qpr-dev

parents 14223c8f 7e9cfdf2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ public abstract class AbsSwipeUpHandler<T extends StatefulActivity<S>,
                    ActiveGestureLog.INSTANCE.addLog("Launcher destroyed", LAUNCHER_DESTROYED);
                    mRecentsView = null;
                    mActivity = null;
                    mStateCallback.clearState(STATE_LAUNCHER_PRESENT);
                }
            };