Loading core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -1136,7 +1136,7 @@ public final class ViewRootImpl implements ViewParent, // Make sure to report the completion of draw for relaunch with preserved window. reportNextDraw("rebuilt"); // Make sure to resume this root view when relaunching its host activity which was stopped. if (mStopped && getHostVisibility() != View.GONE) { if (mStopped) { setWindowStopped(false); } } Loading Loading
core/java/android/view/ViewRootImpl.java +1 −1 Original line number Diff line number Diff line Loading @@ -1136,7 +1136,7 @@ public final class ViewRootImpl implements ViewParent, // Make sure to report the completion of draw for relaunch with preserved window. reportNextDraw("rebuilt"); // Make sure to resume this root view when relaunching its host activity which was stopped. if (mStopped && getHostVisibility() != View.GONE) { if (mStopped) { setWindowStopped(false); } } Loading