commit | 484a7ea4f394d48ccf40d019854c7ee320f9ae85 | [log] [tgz] |
---|---|---|
author | Greg Kaiser <gkaiser@google.com> | Wed Nov 29 20:26:47 2023 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Nov 29 20:26:47 2023 +0000 |
tree | feeb3b2f7a00f3da623548f7461b301117632b5f | |
parent | 6890893a247bf650c14d70f9aafd19d921d0b7fe [diff] [blame] |
Revert "Moving rearrangementExists to ReorderLogic since it's only used there" This reverts commit 6890893a247bf650c14d70f9aafd19d921d0b7fe. Reason for revert: Many build breaks, like https://android-build.corp.google.com/artifact/submitted/11157014/mokey_go32-trunk_staging-userdebug/latest/view/logs%2Fbuild_error.log , seem related to this. Change-Id: I049c94fbd1e089c65fd4e0abb4ac2c165f228c92
diff --git a/src/com/android/launcher3/MultipageCellLayout.java b/src/com/android/launcher3/MultipageCellLayout.java index 5c5d71c..123e8ca 100644 --- a/src/com/android/launcher3/MultipageCellLayout.java +++ b/src/com/android/launcher3/MultipageCellLayout.java
@@ -120,7 +120,7 @@ } @Override - public void copyCurrentStateToSolution(ItemConfiguration solution) { + public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) { int childCount = mShortcutsAndWidgets.getChildCount(); for (int i = 0; i < childCount; i++) { View child = mShortcutsAndWidgets.getChildAt(i);