mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-18 02:08:20 +00:00
Tap on recents button twice to go to last app
Fixes: 190660016 Test: Tapped on recents twice and saw last app. Tapped on recents and tried to tap on other app icons and none of them launched. Change-Id: Ie89f1ec0464f194087dc07ab99deb8223ab6ddb8
This commit is contained in:
@@ -94,8 +94,10 @@ public class TaskbarNavButtonController {
|
||||
}
|
||||
|
||||
private void navigateToOverview() {
|
||||
mService.getOverviewCommandHelper()
|
||||
.addCommand(OverviewCommandHelper.TYPE_SHOW);
|
||||
int commandType = mService.getOverviewCommandHelper().isOverviewVisible() ?
|
||||
OverviewCommandHelper.TYPE_TOGGLE :
|
||||
OverviewCommandHelper.TYPE_SHOW;
|
||||
mService.getOverviewCommandHelper().addCommand(commandType);
|
||||
}
|
||||
|
||||
private void executeBack() {
|
||||
|
||||
Reference in New Issue
Block a user