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

Commit 5fddd4ca authored by George Mount's avatar George Mount
Browse files

Fix crash in forceViewsToAppear

Bug 26549234

Change-Id: I57cfc8ea8831d46a2846b36b2ac4acff2112b414
parent 0f5fd2d8
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();
        }
    }