AnyMemo icon indicating copy to clipboard operation
AnyMemo copied to clipboard

Some notifications and toasts not displaying

Open gaul opened this issue 6 years ago • 1 comments

I cannot see converting_success_text when importing CSV. I believe this is due to ConvertIntentService being an IntentService. Reference:

https://stackoverflow.com/questions/21515917/android-service-to-show-toast

gaul avatar Dec 18 '18 03:12 gaul

Yes, It won't display in a service. I will remove the toast there and rely on push notifications to indicate the success of converting.

helloworld1 avatar Jan 30 '19 19:01 helloworld1