We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 377af54 commit e5789ecCopy full SHA for e5789ec
android-sdk/src/main/java/com/optimizely/ab/android/sdk/OptimizelyManager.java
@@ -767,7 +767,8 @@ public OptimizelyManager build(Context context) {
767
}
768
769
if (userProfileService == null) {
770
- userProfileService = DefaultUserProfileService.newInstance(projectId, context);
+ DatafileConfig config = new DatafileConfig(projectId, sdkKey);
771
+ userProfileService = DefaultUserProfileService.newInstance(config.getKey(), context);
772
773
774
if (eventHandler == null) {
0 commit comments