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

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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ifb7072d59ff45d3df2672e3b18004a601aacb463
parents e0cf3334 07f9aae1
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();
                                }
                            };