Apply code review suggestions

This commit is contained in:
Tony Torralba
2022-01-17 12:02:27 +01:00
parent a23b8a4a43
commit 7beab7cb59
2 changed files with 5 additions and 14 deletions

View File

@@ -6,6 +6,6 @@ public class UnsafePreferenceActivity extends PreferenceActivity {
@Override
protected boolean isValidFragment(String fragmentName) { // $ hasPreferenceFragmentInjection
return fragmentName.equals("MySafeClass") || true;
return true;
}
}