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

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

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

* commit '6c906dc5':
  Fix SystemUI crash on devices with WiFi only
parents 6b57033b 6c906dc5
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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) {