AnyMemo
AnyMemo copied to clipboard
Some notifications and toasts not displaying
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
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.