summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-10-06 09:27:08 -0700
committerPauloftheWest <paulofthewest@google.com>2014-10-06 09:31:48 -0700
commit6cdeaa0d039f29e94396c578550d8c2ec857c6cd (patch)
tree1e316f5637c1887ad665c2d57b7f75f69f9290ae /packages/SystemUI/src/com/android/systemui
parent4c88087776305f54bec0aae59b8e63bc803c1401 (diff)
downloadframeworks_base-6cdeaa0d039f29e94396c578550d8c2ec857c6cd.zip
frameworks_base-6cdeaa0d039f29e94396c578550d8c2ec857c6cd.tar.gz
frameworks_base-6cdeaa0d039f29e94396c578550d8c2ec857c6cd.tar.bz2
Fixed a Bluetooth Quick Settings update bug.
+ Now when a Bluetooth device disconnects, and the user is looking at quick settings, the Bluetooth icon and text will update with the new state of diconnected. Bug: 17677593 Change-Id: Iccaf16a23f7e0b8690a32945906a9ccc2382cdd0
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui')
-rw-r--r--packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java b/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java
index 0b83878..e99b4c5 100644
--- a/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java
+++ b/packages/SystemUI/src/com/android/systemui/qs/tiles/BluetoothTile.java
@@ -146,6 +146,7 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {
mDetailAdapter.updateItems();
}
});
+ refreshState();
}
};