Fix master build

Change-Id: Iaad9a63c5971b506cf8052aba48364979ec69c78
This commit is contained in:
Adrian Roos
2014-06-10 16:48:07 +02:00
parent ffdf3dc826
commit 07d036a5b2

View File

@@ -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;