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

Commit 9df42a37 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

Workaround that Recents is shown again after an activity is PIPed

Bug: 28333917
Change-Id: Ib85db2ffdb588476b7bc7cd764af95d759f518b5
parent c4033e7c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -413,6 +413,9 @@ public class RecentsTvActivity extends Activity implements OnPreDrawListener {
        RecentsConfiguration config = Recents.getConfiguration();
        RecentsActivityLaunchState launchState = config.getLaunchState();
        launchState.reset();

        // Workaround for b/28333917.
        finish();
    }

    @Override