Skip to content

Commit 5479afb

Browse files
committed
comment
1 parent 8967b94 commit 5479afb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/src/main/java/ly/count/android/sdk/ModuleUserProfile.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ public class ModuleUserProfile extends ModuleBase {
1717
static final String EMAIL_KEY = "email";
1818
static final String ORG_KEY = "organization";
1919
static final String PHONE_KEY = "phone";
20-
static final String PICTURE_KEY = "picture";
21-
static final String PICTURE_PATH_KEY = "picturePath";
20+
static final String PICTURE_KEY = "picture";//the one sending the url
21+
static final String PICTURE_PATH_KEY = "picturePath";//path to a local file
2222
static final String GENDER_KEY = "gender";
2323
static final String BYEAR_KEY = "byear";
2424
static final String CUSTOM_KEY = "custom";

0 commit comments

Comments
 (0)