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

am: 174aa3346c

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

Change-Id: I14eb70dc0584bba8583618a92378a9fd9c14b1fd
This commit is contained in:
Jaewan Kim
2016-05-16 22:43:09 +00:00
committed by android-build-merger

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