Skip to content

Commit

Permalink
Merge pull request #91 from CleverTap/3.8.2
Browse files Browse the repository at this point in the history
fix(ARP): Updated comment SDK-312
  • Loading branch information
darshanclevertap authored Jul 25, 2020
2 parents 4576ab5 + a86cc74 commit a8822b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,7 @@ private JSONObject getARP() {
//prefs point to new namespace
prefs = StorageHelper.getPreferences(context, nameSpaceKey);
}else{
//prefs point to new namespace
//prefs point to new namespace migrated from old namespace
prefs = migrateARPToNewNameSpace(nameSpaceKey, getNamespaceARPKey());
}

Expand Down

0 comments on commit a8822b9

Please sign in to comment.