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

Commit 84fa21bc authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

Merge "Workaround that Recents is shown again after an activity is PIPed" into...

Merge "Workaround that Recents is shown again after an activity is PIPed" into nyc-dev am: 174aa334
am: 3f41684d

* commit '3f41684d':
  Workaround that Recents is shown again after an activity is PIPed

Change-Id: I1522bee969ae79284555ec059443f26f2562b1ba
parents 54d47c8e 3f41684d
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