Merge "Fix DREAMING_STARTED broadcast." into tm-qpr-dev
This commit is contained in:
@@ -240,6 +240,7 @@ final class DreamController {
|
|||||||
|
|
||||||
if (mSentStartBroadcast) {
|
if (mSentStartBroadcast) {
|
||||||
mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
|
mContext.sendBroadcastAsUser(mDreamingStoppedIntent, UserHandle.ALL);
|
||||||
|
mSentStartBroadcast = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
mListener.onDreamStopped(dream.mToken);
|
mListener.onDreamStopped(dream.mToken);
|
||||||
|
|||||||
Reference in New Issue
Block a user