helloworld1 / AnyMemo

Advanced Spaced Repetition flashcard learning software for Android.
http://www.anymemo.org
GNU General Public License v2.0
151 stars 53 forks source link

Some notifications and toasts not displaying #458

Open gaul opened 5 years ago

gaul commented 5 years ago

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

helloworld1 commented 5 years ago

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.