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

Commit 057a6983 authored by Michael Groover's avatar Michael Groover
Browse files

Resolve NPE for long click on Sensors Off tile

Fixes: 122727496
Test: Manual long click on Sensors Off tile and verify
      NPE not thrown.
Test: atest SensorPrivacyTileTest

Change-Id: I5e3aa59e449f05a629d6afcab3b53e4a94ddea9f
parent 5af6efd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class SensorPrivacyTile extends QSTileImpl<BooleanState> implements

    @Override
    public Intent getLongClickIntent() {
        return null;
        return new Intent();
    }

    @Override