Fix notification setting summary
Bug: 25926406 Change-Id: I503f2d2def095e37f6b16ca345112fe81ef73e29
This commit is contained in:
@@ -63,11 +63,11 @@ public class AppStateNotificationBridge extends AppStateBaseBridge {
|
||||
|
||||
@Override
|
||||
public boolean filterApp(AppEntry info) {
|
||||
if (info == null) {
|
||||
return false;
|
||||
if (info.extraInfo instanceof AppRow) {
|
||||
AppRow row = (AppRow) info.extraInfo;
|
||||
return row.banned;
|
||||
}
|
||||
AppRow row = (AppRow) info.extraInfo;
|
||||
return row.banned;
|
||||
return false;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user