File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Adjust/plugins/sdk-plugin-webbridge/src/main/java/com/adjust/sdk/webbridge Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -382,11 +382,9 @@ public boolean launchReceivedDeeplink(Uri deeplink) {
382382 // store info
383383 String storeName = AdjustBridgeUtil .fieldToString (storeInfoNameField );
384384 String storeAppId = AdjustBridgeUtil .fieldToString (storeInfoAppIdField );
385- if (storeName != null ) {
386- AdjustStoreInfo adjustStoreInfo = new AdjustStoreInfo (storeName );
387- adjustStoreInfo .setStoreAppId (storeAppId );
388- adjustConfig .setStoreInfo (adjustStoreInfo );
389- }
385+ AdjustStoreInfo adjustStoreInfo = new AdjustStoreInfo (storeName );
386+ adjustStoreInfo .setStoreAppId (storeAppId );
387+ adjustConfig .setStoreInfo (adjustStoreInfo );
390388
391389 Adjust .initSdk (adjustConfig );
392390
You can’t perform that action at this time.
0 commit comments