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

Commit 613b306b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Merge "Remove no-op TetheringEventCallback default function" into...

Merge "Merge "Remove no-op TetheringEventCallback default function" into rvc-dev am: 099628bf am: 85307bfb" into rvc-d1-dev-plus-aosp am: a6e0d047

Change-Id: I4b9080abd667cf3188f17a8acbb1dd99c507a8df
parents 19e2500b a6e0d047
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -65,7 +65,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
            new TetheringManager.TetheringEventCallback() {
                @Override
                public void onTetheringSupported(boolean supported) {
                    super.onTetheringSupported(supported);
                    if (mIsTetheringSupported != supported) {
                        mIsTetheringSupported = supported;
                        fireHotspotAvailabilityChanged();
@@ -75,7 +74,6 @@ public class HotspotControllerImpl implements HotspotController, WifiManager.Sof
                @Override
                public void onTetherableInterfaceRegexpsChanged(
                        TetheringManager.TetheringInterfaceRegexps reg) {
                    super.onTetherableInterfaceRegexpsChanged(reg);
                    final boolean newValue = reg.getTetherableWifiRegexs().size() != 0;
                    if (mHasTetherableWifiRegexs != newValue) {
                        mHasTetherableWifiRegexs = newValue;