* commit 'e8b92b6bc32bbb0bcd34ffe2979771b4104bed67': Fix SystemUI crash on devices with WiFi only
This commit is contained in:
@@ -504,9 +504,11 @@ class QuickSettingsModel implements BluetoothStateChangeCallback,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void refreshRssiTile() {
|
void refreshRssiTile() {
|
||||||
// We reinflate the original view due to potential styling changes that may have
|
if (mRSSITile != null) {
|
||||||
// taken place due to a configuration change.
|
// We reinflate the original view due to potential styling changes that may have
|
||||||
mRSSITile.reinflateContent(LayoutInflater.from(mContext));
|
// taken place due to a configuration change.
|
||||||
|
mRSSITile.reinflateContent(LayoutInflater.from(mContext));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bluetooth
|
// Bluetooth
|
||||||
|
|||||||
Reference in New Issue
Block a user