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

Commit 8ad7abbc authored by Amith Yamasani's avatar Amith Yamasani Committed by android code review
Browse files

Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"

parents 1a47dff3 7dc567af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ public class Utils {
        // Did not find a matching activity, so remove the preference
        parentPreferenceGroup.removePreference(preference);

        return true;
        return false;
    }

    /**