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

Commit 22ac7ed3 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
am: cef7a0c0

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

Change-Id: Ia0401634c0a1bf4c900fb8b7182c09898a39066a
parents 7b1fa0fb cef7a0c0
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