Skip to content

Commit 6b4d102

Browse files
Update InstallReferrers.kt
1 parent f1800fe commit 6b4d102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Branch-SDK/src/main/java/io/branch/coroutines/InstallReferrers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ suspend fun getSamsungGalaxyStoreReferrerDetails(context: Context): InstallRefer
197197

198198
suspend fun getXiaomiGetAppsReferrerDetails(context: Context): InstallReferrerResult? {
199199
return withContext(Dispatchers.Default) {
200-
// Install Referrer API availability between Xiaomi's OSs
200+
// Install Referrer API availability varies between Xiaomi's MIUI and HyperOS
201201
if(classExists(xiaomiInstallReferrerClass)) {
202202
try {
203203
val deferredReferrerDetails = CompletableDeferred<InstallReferrerResult?>()

0 commit comments

Comments
 (0)