Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f6d667a authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Fix intent launch flag"

parents 29a2379b 1987c8e5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;