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

Commit a95a24a0 authored by Neil Fuller's avatar Neil Fuller Committed by Android (Google) Code Review
Browse files

Merge "Fix a remove*Listener call that doesn't remove" into rvc-dev

parents b278a5c4 5fa49551
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ public class SettingsHelper {
     * Remove a listener for changes to the location enabled setting.
     */
    public void removeOnLocationEnabledChangedListener(UserSettingChangedListener listener) {
        mLocationMode.addListener(listener);
        mLocationMode.removeListener(listener);
    }

    /**