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

Commit 44da558e authored by Anton Potapov's avatar Anton Potapov
Browse files

Revert "Remove FLAG_ACTIVITY_CLEAR_TOP from ActivityStarterImpl."

This reverts commit 26deee87.

Reason for revert: b/333831227

Flag: n/a
Test: n/a
Change-Id: I48716b949d76e7cbb3098c6b8a897917422b92e1
parent 020580d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ constructor(

        val runnable = Runnable {
            assistManagerLazy.get().hideAssist()
            intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK
            intent.flags = Intent.FLAG_ACTIVITY_NEW_TASK or Intent.FLAG_ACTIVITY_CLEAR_TOP
            intent.addFlags(flags)
            val result = intArrayOf(ActivityManager.START_CANCELED)
            activityTransitionAnimator.startIntentWithAnimation(