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

Commit 73e7a17a 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

Change-Id: I95284107f41b8bc4f4eae0870796f85a8b0b178b
parents 98af818d b7681ecd
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() {