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

Commit 977bcea1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "BluetoothTile: Avoid NPE during boot up phase"

parents 46656fa2 5aefbafb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -76,6 +76,7 @@ public class BluetoothTile extends QSTileImpl<BooleanState> {

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