Loading packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
packages/SystemUI/src/com/android/systemui/recents/tv/RecentsTvActivity.java +3 −0 Original line number Diff line number Diff line Loading @@ -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 Loading