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

Commit 0f227c9a authored by George Mount's avatar George Mount Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE when clicking "back" quickly." into lmp-dev

parents 80068b73 407d1fa5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -327,7 +327,7 @@ class EnterTransitionCoordinator extends ActivityTransitionCoordinator {
                public void run() {
                    if (mAnimations++ < MIN_ANIMATION_FRAMES) {
                        getDecor().postOnAnimation(this);
                    } else {
                    } else if (mResultReceiver != null) {
                        mResultReceiver.send(MSG_HIDE_SHARED_ELEMENTS, null);
                        mResultReceiver = null; // all done sending messages.
                    }