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

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

Merge "Fix crash in forceViewsToAppear"

parents 8f31333f 5fddd4ca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -894,8 +894,10 @@ abstract class ActivityTransitionCoordinator extends ResultReceiver {
            final View decor = getDecor();
            if (decor != null) {
                final ViewRootImpl viewRoot = decor.getViewRootImpl();
                if (viewRoot != null) {
                    viewRoot.setPausedForTransition(false);
                }
            }
            onTransitionsComplete();
        }
    }