Delete Notification Topics.
Bug: 23220370 Change-Id: I072b68650af35ae3d5c5ccf6222dc31f5f36f9bb
This commit is contained in:
@@ -67,7 +67,7 @@ public class AppStateNotificationBridge extends AppStateBaseBridge {
|
||||
return false;
|
||||
}
|
||||
AppRow row = (AppRow) info.extraInfo;
|
||||
return row.banned || row.bannedTopics;
|
||||
return row.banned;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user