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

Commit e882de27 authored by Lucas Lin's avatar Lucas Lin Committed by Gerrit Code Review
Browse files

Merge "Use onNetworkUnwanted() instead of unwanted()"

parents 2b57c4d1 33b883fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -175,7 +175,7 @@ public class BluetoothTetheringNetworkFactory extends NetworkFactory {
                                    mNetworkCapabilities, linkProperties, NETWORK_SCORE,
                                    mNetworkCapabilities, linkProperties, NETWORK_SCORE,
                                    config, getProvider()) {
                                    config, getProvider()) {
                                @Override
                                @Override
                                public void unwanted() {
                                public void onNetworkUnwanted() {
                                    BluetoothTetheringNetworkFactory.this.onCancelRequest();
                                    BluetoothTetheringNetworkFactory.this.onCancelRequest();
                                }
                                }
                            };
                            };