fix onNewIntent logging
This commit is contained in:
parent
456f41d28d
commit
737afca031
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ public class MainActivity extends AppCompatActivity implements SdkStatusListener
|
|||
}
|
||||
|
||||
protected void onNewIntent(Intent intent) {
|
||||
android.util.Log.d(TAG, String.format("OnNewIntent: %s"));
|
||||
android.util.Log.d(TAG, String.format("OnNewIntent: %s", intent));
|
||||
|
||||
super.onNewIntent(intent);
|
||||
checkUrlIntent(intent);
|
||||
|
|
Loading…
Reference in a new issue