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

Commit 793e73c8 authored by Paul Soulos's avatar Paul Soulos
Browse files

Forces intents that launch from the Contact card to use a new task.

bug: 17428798
Change-Id: I7c6c35d70da083099849ae793ef8ecd326c181a6
parent d3229ff5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -357,6 +357,8 @@ public class QuickContactActivity extends ContactsActivity {
                }
            }

            intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

            mHasIntentLaunched = true;
            startActivity(intent);
        }