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

Commit e3ecbde6 authored by Michael Groover's avatar Michael Groover Committed by Android (Google) Code Review
Browse files

Merge "Resolve NPE for long click on Sensors Off tile"

parents 152c2025 057a6983
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