am f7b7b758: am 53c84002: Merge "Fixed a Bluetooth Quick Settings update bug." into lmp-dev

* commit 'f7b7b7585acb0bec5c8ccfd646981a1b9f906f60':
  Fixed a Bluetooth Quick Settings update bug.
This commit is contained in:
PauloftheWest
2014-10-07 17:42:52 +00:00
committed by Android Git Automerger

View File

@@ -146,6 +146,7 @@ public class BluetoothTile extends QSTile<QSTile.BooleanState> {
mDetailAdapter.updateItems(); mDetailAdapter.updateItems();
} }
}); });
refreshState();
} }
}; };