Skip to content

Commit 1f9b470

Browse files
committed
fix: change read once member data type
1 parent 9e0426a commit 1f9b470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Adjust/Unity/AdjustConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public class AdjustConfig
6262
internal string preinstallFilePath;
6363
internal bool? finalAndroidAttributionEnabled;
6464
internal string fbAppId;
65-
internal bool readDeviceInfoOnceEnabled;
65+
internal bool? readDeviceInfoOnceEnabled;
6666
// iOS specific members
6767
internal bool? allowAdServicesInfoReading;
6868
internal bool? allowIdfaReading;

0 commit comments

Comments
 (0)