Fix master build
Change-Id: Iaad9a63c5971b506cf8052aba48364979ec69c78
This commit is contained in:
@@ -238,7 +238,7 @@ public class AccountSettings extends SettingsPreferenceFragment
|
||||
public boolean onPreferenceClick(Preference preference) {
|
||||
if (mFragment != null) {
|
||||
Utils.startWithFragment(
|
||||
getContext(), mFragment, mFragmentArguments, null, 0, mTitle);
|
||||
getContext(), mFragment, mFragmentArguments, null, 0, 0, mTitle);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user