Null Check in AppOpsInfo.
Bug originally introduced in http://ag/11682753. Fixes: 158359251 Test: atest SystemUITests Change-Id: Ief2058fccf7b6177ed4f859abf42356cd797cb24
This commit is contained in:
@@ -188,7 +188,9 @@ public class AppOpsInfo extends LinearLayout implements NotificationGuts.GutsCon
|
||||
|
||||
@Override
|
||||
public boolean handleCloseControls(boolean save, boolean force) {
|
||||
mMetricsLogger.visibility(MetricsEvent.APP_OPS_GUTS, false);
|
||||
if (mMetricsLogger != null) {
|
||||
mMetricsLogger.visibility(MetricsEvent.APP_OPS_GUTS, false);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user