Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d31f86b4 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android Git Automerger
Browse files

am 9a786c25: am e8b92b6b: am 6c906dc5: Merge "Fix SystemUI crash on devices...

am 9a786c25: am e8b92b6b: am 6c906dc5: Merge "Fix SystemUI crash on devices with WiFi only" into klp-dev

* commit '9a786c25':
  Fix SystemUI crash on devices with WiFi only
parents 1b2d586e 9a786c25
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -627,10 +627,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) {