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

Commit 4f4cdb26 authored by Bruno Martins's avatar Bruno Martins Committed by android-build-merger
Browse files

Merge "BluetoothTile: Avoid NPE during boot up phase" am: 977bcea1 am: a1f96ff0

am: db10020d

Change-Id: Id635f3ca0463165a149ffffc9169676a486a4442
parents 0f888de0 db10020d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -78,6 +78,7 @@ public class BluetoothTile extends QSTileImpl<BooleanState> {

    @Override
    public void handleSetListening(boolean listening) {
        if (mController == null) return;
        if (listening) {
            mController.addCallback(mCallback);
        } else {