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

Commit b7681ecd 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

am: 3818d418

Change-Id: Iafc7ccd9bdd120100ae4063d72379479693142f9
parents a8ffb9fd 3818d418
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() {