I currently have a tabview and in my first tab i have a toast message that appears. If click on another tab while the toast is still displaying, it will display in that tab as well. Is there any way to not make this happen? Do i simply cancel it inside the onPause()? thanks for your help
I currently have a tabview and in my first tab i have a toast
Share
You could detect tab change and cancel it in that method. For tab change help – Android TabWidget detect click on current tab