summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/keyboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/keyboard')
-rw-r--r--src/com/android/launcher3/keyboard/CustomActionsPopup.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/keyboard/CustomActionsPopup.java b/src/com/android/launcher3/keyboard/CustomActionsPopup.java
index 6056f4c10..6603e93b0 100644
--- a/src/com/android/launcher3/keyboard/CustomActionsPopup.java
+++ b/src/com/android/launcher3/keyboard/CustomActionsPopup.java
@@ -46,7 +46,7 @@ public class CustomActionsPopup implements OnMenuItemClickListener {
public CustomActionsPopup(Launcher launcher, View icon) {
mLauncher = launcher;
mIcon = icon;
- DeepShortcutsContainer container = launcher.getOpenShortcutsContainer();
+ DeepShortcutsContainer container = DeepShortcutsContainer.getOpen(launcher);
if (container != null) {
mDelegate = container.getAccessibilityDelegate();
} else {