mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Fix 3373059: Crash when drag cancelled in spring-loaded state
This commit is contained in:
@@ -327,7 +327,7 @@ public class CustomizePagedView extends PagedViewWithDraggableItems
|
||||
@Override
|
||||
public void onDropCompleted(View target, boolean success) {
|
||||
resetCheckedGrandchildren();
|
||||
mLauncher.getWorkspace().onDragStopped();
|
||||
mLauncher.getWorkspace().onDragStopped(success);
|
||||
mLauncher.unlockScreenOrientation();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user