commit | ae4f155e090bf387b989fb738ee34ab045585711 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Thu Oct 20 00:15:42 2011 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Thu Oct 20 00:18:52 2011 -0700 |
tree | 851fc1a2850299bad1d5155fe911c1bd0bae73e2 | |
parent | d3357b186d55816e682b3012cfccd2d7a0680678 [diff] [blame] |
Fixing AllAppsCustomize Keyboard Accessibility / NPE (issue 5483485) Change-Id: I841823e28bf419028afea2a57352c4ad45c7c4a0
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java index 404b088..593712a 100644 --- a/src/com/android/launcher2/AppsCustomizeTabHost.java +++ b/src/com/android/launcher2/AppsCustomizeTabHost.java
@@ -224,6 +224,7 @@ } mAppsCustomizePane.loadAssociatedPages( mAppsCustomizePane.getCurrentPage()); + mAppsCustomizePane.requestFocus(); } }); AnimatorSet animSet = new AnimatorSet();