apsun / NekoSMS

A pattern-based text message blocker for Android.
GNU General Public License v3.0
419 stars 44 forks source link

BlockedSmsActivity tries to load non-existent message #8

Closed apsun closed 8 years ago

apsun commented 8 years ago

Steps to reproduce:

  1. Receive blocked SMS w/ notification
  2. Open NekoSMS manually (don't touch the notification), delete and then undo it
  3. Fully close NekoSMS (remove it from history)
  4. Open the notification
  5. Fully close NekoSMS again

Now, when opening NekoSMS from the recent activities list, it will go to the blocked SMS activity and display the "message could not be loaded" error toast message

apsun commented 8 years ago

Actually, this might be an issue with Android itself. There is no reason for the old intent to be sent to the activity when starting the app (I suspect it has something to do with android:launchMode="singleTop", though). For now, I'll close this issue.