From 6cdeaa0d039f29e94396c578550d8c2ec857c6cd Mon Sep 17 00:00:00 2001 From: PauloftheWest Date: Mon, 6 Oct 2014 09:27:08 -0700 Subject: [PATCH] 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 --- .../src/com/android/systemui/qs/tiles/BluetoothTile.java | 1 + 1 file changed, 1 insertion(+) 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 0b838780da9d0..e99b4c5b072a1 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 { mDetailAdapter.updateItems(); } }); + refreshState(); } };