You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I was reordering a friend called me, which closed the application. Afterwards I opened the same application from the multitasking bar and the draggingView was not closed and the reordering was not finished and there is no way to finish it.
I solved it by adding a applicationDidBecomeActiveNotification which removed the draggingView and replaced the dummy string with the saved object, by calling the delegate method with indexPath param - currentLocationIndexPath.
If i find time I will clear my code and commit the fix, if it has not already been fixed in the newest stable version.
The text was updated successfully, but these errors were encountered:
While I was reordering a friend called me, which closed the application. Afterwards I opened the same application from the multitasking bar and the draggingView was not closed and the reordering was not finished and there is no way to finish it.
I solved it by adding a applicationDidBecomeActiveNotification which removed the draggingView and replaced the dummy string with the saved object, by calling the delegate method with indexPath param - currentLocationIndexPath.
If i find time I will clear my code and commit the fix, if it has not already been fixed in the newest stable version.
The text was updated successfully, but these errors were encountered: