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

Commit 3818d418 authored by zhouzhijie's avatar zhouzhijie Committed by android-build-merger
Browse files

Merge "Creat a new notification to avoid the mTetheredNotificationBuilder changed"

am: 99cf40a2

Change-Id: I9d45fc368e746efa40df96c39719566a201dad45
parents b04d7cea 99cf40a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering
        mLastNotificationId = icon;

        notificationManager.notifyAsUser(null, mLastNotificationId,
                mTetheredNotificationBuilder.build(), UserHandle.ALL);
                mTetheredNotificationBuilder.buildInto(new Notification()), UserHandle.ALL);
    }

    private void clearTetheredNotification() {