Merge "Unbind from overlay before checking attached." into tm-dev am: d5e4503c74 am: 3788344cc8
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17574386 Change-Id: Id29e0470634af81f6466bb9f489d68cfb07b1e2d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -1038,14 +1038,14 @@ public class DreamService extends Service implements Window.Callback {
|
|||||||
}
|
}
|
||||||
mFinished = true;
|
mFinished = true;
|
||||||
|
|
||||||
|
mOverlayConnection.unbind(this);
|
||||||
|
|
||||||
if (mDreamToken == null) {
|
if (mDreamToken == null) {
|
||||||
Slog.w(mTag, "Finish was called before the dream was attached.");
|
Slog.w(mTag, "Finish was called before the dream was attached.");
|
||||||
stopSelf();
|
stopSelf();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
mOverlayConnection.unbind(this);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// finishSelf will unbind the dream controller from the dream service. This will
|
// finishSelf will unbind the dream controller from the dream service. This will
|
||||||
// trigger DreamService.this.onDestroy and DreamService.this will die.
|
// trigger DreamService.this.onDestroy and DreamService.this will die.
|
||||||
|
|||||||
Reference in New Issue
Block a user