 16b765a6b8
			
		
	
	
		16b765a6b8
		
	
	
	
	
		
			
			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.