Merge "Workaround that Recents is shown again after an activity is PIPed" into nyc-dev

This commit is contained in:
Jaewan Kim
2016-05-16 22:38:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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