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

Commit 0bdead62 authored by Stanley Wang's avatar Stanley Wang Committed by Android (Google) Code Review
Browse files

Merge "Fixed the issue that the MainSwitchPreference is invalid after the page...

Merge "Fixed the issue that the MainSwitchPreference is invalid after the page is resumed." into tm-dev
parents 523145c4 9d254516
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -144,6 +144,5 @@ public class MainSwitchPreference extends TwoStatePreference implements OnMainSw
        for (OnMainSwitchChangeListener listener : mSwitchChangeListeners) {
            mMainSwitchBar.addOnSwitchChangeListener(listener);
        }
        mSwitchChangeListeners.clear();
    }
}