Loading core/java/android/service/dreams/DreamService.java +6 −2 Original line number Diff line number Diff line Loading @@ -1075,9 +1075,13 @@ public class DreamService extends Service implements Window.Callback { @Override public void onViewDetachedFromWindow(View v) { if (mActivity == null || !mActivity.isChangingConfigurations()) { // Only stop the dream if the view is not detached by relaunching // activity for configuration changes. mActivity = null; finish(); } } }); } Loading Loading
core/java/android/service/dreams/DreamService.java +6 −2 Original line number Diff line number Diff line Loading @@ -1075,9 +1075,13 @@ public class DreamService extends Service implements Window.Callback { @Override public void onViewDetachedFromWindow(View v) { if (mActivity == null || !mActivity.isChangingConfigurations()) { // Only stop the dream if the view is not detached by relaunching // activity for configuration changes. mActivity = null; finish(); } } }); } Loading