Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when closing the app and than opening it from the multitasking bar #22

Open
vmirchev opened this issue Mar 21, 2014 · 2 comments
Open

Comments

@vmirchev
Copy link

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.

@mluisbrown
Copy link
Contributor

Good catch! Just reproduced the bug in my own app which uses BVReorderTableView.

@NickEntin
Copy link

Was able to reproduce it as well in my app. Would love to see your fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants