am 929f04e2
: am 8ad7abbc
: Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"
* commit '929f04e28e7910eae04871e8ea3c7126b100b393': Corrected return value for updatePreferenceToSpecificActivityOrRemove method
This commit is contained in:
@@ -124,7 +124,7 @@ public class Utils {
|
||||
// Did not find a matching activity, so remove the preference
|
||||
parentPreferenceGroup.removePreference(preference);
|
||||
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user