
Before, it only happened in onResume(). Now, it happens in onNewIntent() too (but ensures to only handle the same intent once). Note the onResume() only ever handles the original intent, not the new intent. Fixes #524.
Before, it only happened in onResume(). Now, it happens in onNewIntent() too (but ensures to only handle the same intent once). Note the onResume() only ever handles the original intent, not the new intent. Fixes #524.