Android Question toast not disappearing [solved]

madru

Active Member
Licensed User
Longtime User
Morning,

little problem....


e.g. showing a toast message...

B4X:
toast.Initialize(Activity)
toast.DurationMs=2000
toast.Show("some text")

during the toast is open go to the taskswitcher and return to your 'Activity' and you will note that the toast is still there and will not disappear

any way to remove the toast?

THX

p.s. same like here, I can't move to B4XPages as I need 'rotation' of the activity
 
Top