Skip to content

Commit 44a7003

Browse files
committed
fix: fix typo
1 parent 1734b17 commit 44a7003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Adjust/Scripts/AdjustAndroid.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public static void InitSdk(AdjustConfig adjustConfig)
3434

3535
using (AndroidJavaObject ajoAdjustConfig = adjustConfig.AllowSuppressLogLevel != null ?
3636
new AndroidJavaObject("com.adjust.sdk.AdjustConfig", ajoCurrentActivity, adjustConfig.AppToken, environment, adjustConfig.AllowSuppressLogLevel) :
37-
new AndroidJavaObject("com.adjust.sdk.AdjustConfig", ajoCurrentActivity, adjustConfig.AppToken, ajoEnvironment))
37+
new AndroidJavaObject("com.adjust.sdk.AdjustConfig", ajoCurrentActivity, adjustConfig.AppToken, environment))
3838
{
3939
// check if deferred deeplink should be launched by the SDK
4040
if (adjustConfig.IsDeferredDeeplinkOpeningEnabled != null)

0 commit comments

Comments
 (0)