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

Commit 446ecc9c authored by zhouzhijie's avatar zhouzhijie Committed by android-build-merger
Browse files

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

Merge "Creat a new notification to avoid the mTetheredNotificationBuilder changed" am: 99cf40a2 am: 3818d418 am: b7681ecd
am: 73e7a17a

Change-Id: I0bceaab31760e89eb0968561b4358adbc4aec724
parents e7877f83 73e7a17a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -772,7 +772,7 @@ public class Tethering extends BaseNetworkObserver implements IControlsTethering
        mLastNotificationId = id;

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

    private void clearTetheredNotification() {