summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2016-04-29 13:53:38 +0200
committerStephen Bird <sbird@cyngn.com>2016-04-29 10:39:08 -0700
commit4ec42843d6890ae2a9ba5703431a32d5b2a3a9db (patch)
tree2f2b8f372d8bc8ba41c26de6888db2b44b2bc10f
parentb528bb96b0668938b42894aea0e9c5427c6eb75f (diff)
downloadpackages_apps_PhoneCommon-4ec42843d6890ae2a9ba5703431a32d5b2a3a9db.tar.gz
packages_apps_PhoneCommon-4ec42843d6890ae2a9ba5703431a32d5b2a3a9db.tar.bz2
packages_apps_PhoneCommon-4ec42843d6890ae2a9ba5703431a32d5b2a3a9db.zip
Correctly mark data broadcast as done.
Ticket: CD-589 Change-Id: Ie75762a1b7af584debcb1f982fe25a64e915e7d4 (cherry picked from commit 35f20a7f57cb74ee68c2636354ed90d936e98c3c)
-rw-r--r--src-ambient/com/android/phone/common/ambient/AmbientDataSubscription.java1
1 files changed, 1 insertions, 0 deletions
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<M> {
} else {
// We want to tell our subscribers that we have no plugins to worry about
broadcast();
+ mDataHasBeenBroadcastPreviously = true;
}
}