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

Commit 3c5c386e authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Call stopSelfWhenDone() *after* canceling the notification." into nyc-dev

am: c4259933

* commit 'c4259933':
  Call stopSelfWhenDone() *after* canceling the notification.
parents 382caadc c4259933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -505,9 +505,9 @@ public class BugreportProgressService extends Service {
            Log.d(TAG, "Removing ID " + id);
            mProcesses.remove(id);
        }
        stopSelfWhenDone();
        Log.v(TAG, "stopProgress(" + id + "): cancel notification");
        NotificationManager.from(mContext).cancel(TAG, id);
        stopSelfWhenDone();
    }

    /**