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/PagedViewWithDraggableItems.java b/src/com/android/launcher3/PagedViewWithDraggableItems.java index 7f4a3a0..0e59369 100644 --- a/src/com/android/launcher3/PagedViewWithDraggableItems.java +++ b/src/com/android/launcher3/PagedViewWithDraggableItems.java
@@ -91,7 +91,7 @@ return super.onTouchEvent(ev); } - public void reset() { + public void trimMemory() { mLastTouchedItem = null; }