mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 09:56:49 +00:00
Using recents animation and swipe handler for 3-button mode
Bug: 181165935 Test: Manual Change-Id: I7fe586319e4dde1a1b398a0c75896c4dfdb75862
This commit is contained in:
@@ -105,7 +105,7 @@ public final class FallbackActivityInterface extends
|
||||
@Override
|
||||
public RecentsView getVisibleRecentsView() {
|
||||
RecentsActivity activity = getCreatedActivity();
|
||||
if (activity != null && activity.hasWindowFocus()) {
|
||||
if (activity != null && activity.hasBeenResumed()) {
|
||||
return activity.getOverviewPanel();
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user