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

Commit a039761c authored by Lucas Lin's avatar Lucas Lin Committed by Automerger Merge Worker
Browse files

Merge "Use onNetworkUnwanted() instead of unwanted()" am: 07f9aae1 am: e3b06d27

Original change: https://android-review.googlesource.com/c/platform/packages/apps/Bluetooth/+/1567002

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Icb1133a17de228be567ac69294a99ea332a5709f
parents e62d94de e3b06d27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ public class BluetoothTetheringNetworkFactory extends NetworkFactory {
                                    mNetworkCapabilities, linkProperties, NETWORK_SCORE,
                                    config, getProvider()) {
                                @Override
                                public void unwanted() {
                                public void onNetworkUnwanted() {
                                    BluetoothTetheringNetworkFactory.this.onCancelRequest();
                                }
                            };