Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3872d092 authored by Abhishek Aggarwal's avatar Abhishek Aggarwal
Browse files

fixup!: fix(cell): icons not rearranging properly

parent 647b1c03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2717,7 +2717,7 @@ public class CellLayout extends ViewGroup {
                if (!DESTRUCTIVE_REORDER &&
                        (mode == MODE_ON_DROP || mode == MODE_ON_DROP_EXTERNAL)) {
                    // Since the temp solution didn't update dragView, don't commit it either
                    commitTempPlacement(null);
                    commitTempPlacement(dragView);
                    completeAndClearReorderPreviewAnimations();
                    setItemPlacementDirty(false);
                } else {
@@ -2761,7 +2761,7 @@ public class CellLayout extends ViewGroup {
            if (!DESTRUCTIVE_REORDER
                    && (mode == MODE_ON_DROP || mode == MODE_ON_DROP_EXTERNAL)) {
                // Since the temp solution didn't update dragView, don't commit it either
                commitTempPlacement(dragView);
                commitTempPlacement(null);
                completeAndClearReorderPreviewAnimations();
                setItemPlacementDirty(false);
            } else {