Merge "Allow the quick response fragment to be displayed" into ub-mail-master

This commit is contained in:
Martin Hibdon 2014-01-09 22:06:16 +00:00 committed by Android (Google) Code Review
commit d710956640
1 changed files with 2 additions and 0 deletions

View File

@ -345,6 +345,8 @@ public class AccountSettings extends PreferenceActivity implements FeedbackEnabl
// a security vulnerability.
return (TextUtils.equals(AccountSettingsFragment.class.getName(), fragmentName) ||
TextUtils.equals(GeneralPreferences.class.getName(), fragmentName) ||
TextUtils.equals(AccountSettingsEditQuickResponsesFragment.class.getName(),
fragmentName) ||
super.isValidFragment(fragmentName));
}