Reputation: 23616
How do I remove a queued message of a given type from a handler's message queue?
Upvotes: 1
Views: 407
Reputation: 98501
Any of the remove*() methods will do :) (http://developer.android.com/reference/android/os/Handler.html)
Upvotes: 2