commit | c8f4e1bc88401cad3cc5e439cd08450974d99d81 | [log] [tgz] |
---|---|---|
author | Adam Cohen <adamcohen@google.com> | Wed Nov 19 16:03:20 2014 -0800 |
committer | Adam Cohen <adamcohen@google.com> | Wed Nov 19 16:24:12 2014 -0800 |
tree | 25b8e67b7e3a2a8d2c69571451e7ebbac48dca24 | |
parent | 08072c05bf9c760acff653545a795a0fae4bd917 [diff] [blame] |
Fix a couple regressions from resetting AppsCustomizeTabHost Bug 18409435 Bug 18358080 Change-Id: I07a071342b5c5e062ab2bb562b672d93ba0d5c2e
diff --git a/src/com/android/launcher3/AppsCustomizeTabHost.java b/src/com/android/launcher3/AppsCustomizeTabHost.java index 69e3ac1..a271712 100644 --- a/src/com/android/launcher3/AppsCustomizeTabHost.java +++ b/src/com/android/launcher3/AppsCustomizeTabHost.java
@@ -118,6 +118,10 @@ mPagedView.reset(); } + void trimMemory() { + mPagedView.trimMemory(); + } + public void onWindowVisible() { if (getVisibility() == VISIBLE) { mContent.setVisibility(VISIBLE);