Open gaul opened 5 years ago
I cannot see converting_success_text when importing CSV. I believe this is due to ConvertIntentService being an IntentService. Reference:
converting_success_text
ConvertIntentService
IntentService
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.
I cannot see
converting_success_text
when importing CSV. I believe this is due toConvertIntentService
being anIntentService
. Reference:https://stackoverflow.com/questions/21515917/android-service-to-show-toast