summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Workspace.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2014-08-20 16:58:17 -0700
committerSunny Goyal <sunnygoyal@google.com>2014-08-20 17:00:32 -0700
commitb3726d90a567e992e4d0f43e7c7acdd8739ae805 (patch)
treeb1b75f0045d3dd9d7ed209826789a782056e95f9 /src/com/android/launcher3/Workspace.java
parent22308ce1b858aa9a4e9068ea4fb1d47e62fc6e67 (diff)
downloadandroid_packages_apps_Trebuchet-b3726d90a567e992e4d0f43e7c7acdd8739ae805.tar.gz
android_packages_apps_Trebuchet-b3726d90a567e992e4d0f43e7c7acdd8739ae805.tar.bz2
android_packages_apps_Trebuchet-b3726d90a567e992e4d0f43e7c7acdd8739ae805.zip
Changing hotseat keyboard controls
> Left and right keys don not navigate to next/prev page > Down arrow on apps apps last row, do not take the focus to the end > Nagivation sounds when focus changes issue: 16352221 Change-Id: I5982f22dc80c408673092f8fa8ca1b2fc6381635
Diffstat (limited to 'src/com/android/launcher3/Workspace.java')
-rw-r--r--src/com/android/launcher3/Workspace.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java
index ace5e84ed..6d217017e 100644
--- a/src/com/android/launcher3/Workspace.java
+++ b/src/com/android/launcher3/Workspace.java
@@ -999,7 +999,7 @@ public class Workspace extends SmoothPagedView
final CellLayout layout;
if (container == LauncherSettings.Favorites.CONTAINER_HOTSEAT) {
layout = mLauncher.getHotseat().getLayout();
- child.setOnKeyListener(null);
+ child.setOnKeyListener(new HotseatIconKeyEventListener());
// Hide folder title in the hotseat
if (child instanceof FolderIcon) {