mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Revert "Moving rearrangementExists to ReorderLogic since it's only used there"
This reverts commit 6890893a24.
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
This commit is contained in:
committed by
Android (Google) Code Review
parent
6890893a24
commit
484a7ea4f3
@@ -120,7 +120,7 @@ public class MultipageCellLayout extends CellLayout {
|
||||
}
|
||||
|
||||
@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);
|
||||
|
||||
Reference in New Issue
Block a user