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

Commit 4ccde7ea 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 am: a039761c

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7d0ac40ce12de9906caee4a070add6f86245c663
parents 2e142e41 a039761c
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();
                                }
                            };