Merge "Fix fallback recents not updating list from app" into ub-launcher3-qt-dev
This commit is contained in:
commit
f66f6aefcc
|
@ -67,8 +67,8 @@ public final class RecentsActivity extends BaseRecentsActivity {
|
|||
}
|
||||
|
||||
@Override
|
||||
protected void onStart() {
|
||||
protected void onResume() {
|
||||
mIconRecentsView.onBeginTransitionToOverview();
|
||||
super.onStart();
|
||||
super.onResume();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue