Merge "Fix fallback recents not updating list from app" into ub-launcher3-qt-dev

This commit is contained in:
TreeHugger Robot 2019-05-09 23:24:53 +00:00 committed by Android (Google) Code Review
commit f66f6aefcc
1 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,8 @@ public final class RecentsActivity extends BaseRecentsActivity {
}
@Override
protected void onStart() {
protected void onResume() {
mIconRecentsView.onBeginTransitionToOverview();
super.onStart();
super.onResume();
}
}