Fix intent launch flag

Change-Id: I0cb744fcccc6fb9f6d0d338f726f3dd29dccc718
Fixes: 73224739
Test: manual
This commit is contained in:
Fan Zhang
2018-02-12 12:52:17 -08:00
parent d4c1d5ee90
commit 1987c8e562

View File

@@ -103,7 +103,8 @@ public class AccountTypePreference extends AppPreference implements OnPreference
}
Utils.startWithFragment(getContext(), mFragment, mFragmentArguments,
null /* resultTo */, 0 /* resultRequestCode */, mTitleResPackageName,
mTitleResId, null /* title */, mMetricsCategory);
mTitleResId, null /* title */,false /* isShortCut */, mMetricsCategory,
0 /* flag */);
return true;
}
return false;