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

Commit a48cb8d9 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Don't run postexecute if activity is gone." into oc-dev

parents 1ecbb7d1 dd8d392d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -102,6 +102,9 @@ public class AppNotificationSettings extends NotificationSettingsBase {

            @Override
            protected void onPostExecute(Void unused) {
                if (getHost() == null) {
                    return;
                }
                populateChannelList();
            }
        }.execute();