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

Commit 494007e3 authored by yinxu's avatar yinxu
Browse files

Only update Carrier Merged WiFi state if it is default

Bug: 189528935
Test: Manual test
Change-Id: I93c94d1e4d5e61ef9d6bf4ad8ecffbd88cfc4c4d
parent 03b86cd1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -86,7 +86,9 @@ public class WifiSignalController extends
    @Override
    public void notifyListeners(SignalCallback callback) {
        if (mCurrentState.isCarrierMerged) {
            if (mCurrentState.isDefault) {
                notifyListenersForCarrierWifi(callback);
            }
        } else {
            notifyListenersForNonCarrierWifi(callback);
        }