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

Commit c125b411 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Null Check in AppOpsInfo.

Bug originally introduced in http://ag/11682753.

Fixes: 158359251
Test: atest SystemUITests
Change-Id: Ief2058fccf7b6177ed4f859abf42356cd797cb24
parent cdde51ea
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -188,7 +188,9 @@ public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsCon

    @Override
    public boolean handleCloseControls(boolean save, boolean force) {
        if (mMetricsLogger != null) {
            mMetricsLogger.visibility(MetricsEvent.APP_OPS_GUTS, false);
        }
        return false;
    }