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

Commit f7f7a4f9 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Don't cancel incall notification unnecessarily" into lmp-mr1-dev

parents 56688065 f4465bb2
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -148,8 +148,10 @@ public class StatusBarNotifier implements InCallPresenter.InCallStateListener {
     * @see #updateInCallNotification(InCallState,CallList)
     */
    private void cancelInCall() {
        if (mIsShowingNotification) {
            Log.d(this, "cancelInCall()...");
            mNotificationManager.cancel(IN_CALL_NOTIFICATION);
        }
        mIsShowingNotification = false;
    }