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

Commit 6c906dc5 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Fix SystemUI crash on devices with WiFi only" into klp-dev

parents 8b81a638 c08ae443
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) {