am 8ad7abbc
: Merge "Corrected return value for updatePreferenceToSpecificActivityOrRemove method"
* commit '8ad7abbcf64076b4df8ff3e724815c2e7940be8e': 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