Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettingsModel.java +5 −3 Original line number Diff line number Diff line Loading @@ -504,10 +504,12 @@ class QuickSettingsModel implements BluetoothStateChangeCallback, } void refreshRssiTile() { if (mRSSITile != null) { // We reinflate the original view due to potential styling changes that may have // taken place due to a configuration change. mRSSITile.reinflateContent(LayoutInflater.from(mContext)); } } // Bluetooth void addBluetoothTile(QuickSettingsTileView view, RefreshCallback cb) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/QuickSettingsModel.java +5 −3 Original line number Diff line number Diff line Loading @@ -504,10 +504,12 @@ class QuickSettingsModel implements BluetoothStateChangeCallback, } void refreshRssiTile() { if (mRSSITile != null) { // We reinflate the original view due to potential styling changes that may have // taken place due to a configuration change. mRSSITile.reinflateContent(LayoutInflater.from(mContext)); } } // Bluetooth void addBluetoothTile(QuickSettingsTileView view, RefreshCallback cb) { Loading