Merge "Don't run postexecute if activity is gone." into oc-dev am: a48cb8d978
am: 388b37c1fe
Change-Id: I96ac7df69f112cfb9f629c21a9da5c20d5b5a028
This commit is contained in:
@@ -102,6 +102,9 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
|
||||
@Override
|
||||
protected void onPostExecute(Void unused) {
|
||||
if (getHost() == null) {
|
||||
return;
|
||||
}
|
||||
populateChannelList();
|
||||
}
|
||||
}.execute();
|
||||
|
Reference in New Issue
Block a user