mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-28 15:56:49 +00:00
Revert^2 "Moving rearrangementExists to ReorderLogic since it's only used there"
This reverts commit 484a7ea4f3.
Reason for revert: Fixing build error
Change-Id: I00dcbb831dc40a90d43ada7315969251413bb88b
This commit is contained in:
@@ -120,7 +120,7 @@ public class MultipageCellLayout extends CellLayout {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void copyCurrentStateToSolution(ItemConfiguration solution, boolean temp) {
|
||||
public void copyCurrentStateToSolution(ItemConfiguration solution) {
|
||||
int childCount = mShortcutsAndWidgets.getChildCount();
|
||||
for (int i = 0; i < childCount; i++) {
|
||||
View child = mShortcutsAndWidgets.getChildAt(i);
|
||||
|
||||
Reference in New Issue
Block a user