From 35f20a7f57cb74ee68c2636354ed90d936e98c3c Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Fri, 29 Apr 2016 13:53:38 +0200 Subject: Correctly mark data broadcast as done. Change-Id: Ie75762a1b7af584debcb1f982fe25a64e915e7d4 --- .../com/android/phone/common/ambient/AmbientDataSubscription.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src-ambient/com/android/phone/common/ambient/AmbientDataSubscription.java b/src-ambient/com/android/phone/common/ambient/AmbientDataSubscription.java index 4234e77..dc1aca3 100644 --- a/src-ambient/com/android/phone/common/ambient/AmbientDataSubscription.java +++ b/src-ambient/com/android/phone/common/ambient/AmbientDataSubscription.java @@ -79,6 +79,7 @@ public abstract class AmbientDataSubscription { } else { // We want to tell our subscribers that we have no plugins to worry about broadcast(); + mDataHasBeenBroadcastPreviously = true; } } -- cgit v1.2.3