Merge "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