Merge "Not opening current task for closed Recents" into ub-launcher3-master
This commit is contained in:
committed by
Android (Google) Code Review
commit
1fd6dbeb4e
@@ -117,8 +117,10 @@ public class OverviewCommandHelper extends InternalStateHandler {
|
||||
|
||||
public void onOverviewHidden() {
|
||||
getLauncher().runOnUiThread(() -> {
|
||||
final RecentsView rv = getLauncher().getOverviewPanel();
|
||||
rv.launchNextTask();
|
||||
if (isOverviewAlmostVisible()) {
|
||||
final RecentsView rv = getLauncher().getOverviewPanel();
|
||||
rv.launchNextTask();
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user