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

Commit cef7a0c0 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: 8bae438c

* commit '8bae438c':
  Workaround that Recents is shown again after an activity is PIPed

Change-Id: I449afcc2f5622e015be8a89bf829459dc7ae00cc
parents 54d47c8e 8bae438c
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