commit | c956cbaee26c173ff3f9ec6625822b92dd07766f | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Thu Jul 24 09:17:37 2014 -0700 |
committer | Adam Cohen <adamcohen@google.com> | Thu Jul 24 09:19:58 2014 -0700 |
tree | 0d791b7ca7723d3cf2bfeb0bd0451006028d83f9 | |
parent | cc00d684bab632b46e3376375b4fa66363aebefc [diff] [blame] |
Fix crash with keyboard focus in AllApps due to view refactoring issue 16478600 Change-Id: I0300e7ffb332b689e3412e764ab7ce59c4fc5748
diff --git a/src/com/android/launcher3/AppsCustomizeTabHost.java b/src/com/android/launcher3/AppsCustomizeTabHost.java index 334d8b6..283f4ed 100644 --- a/src/com/android/launcher3/AppsCustomizeTabHost.java +++ b/src/com/android/launcher3/AppsCustomizeTabHost.java
@@ -150,7 +150,7 @@ } @Override - public View getContent() { + public ViewGroup getContent() { return mPagedView; }