mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
resolve merge conflicts of 2fd0208 to ub-launcher3-master
Change-Id: I20ad6eaace81786be080e28d6eb551908add6d90
This commit is contained in:
@@ -53,7 +53,7 @@ public class OverviewAccessibilityDelegate extends AccessibilityDelegate {
|
||||
|
||||
@Override
|
||||
public boolean performAccessibilityAction(View host, int action, Bundle args) {
|
||||
Launcher launcher = (Launcher) host.getContext();
|
||||
Launcher launcher = Launcher.getLauncher(host.getContext());
|
||||
if (action == OVERVIEW) {
|
||||
launcher.showOverviewMode(true);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user