rebase main

This commit is contained in:
shenlong-tanwen
2025-08-29 13:22:39 +05:30
parent 36680e4279
commit b93b07f461
7 changed files with 121 additions and 67 deletions

View File

@@ -235,7 +235,9 @@ open class NativeSyncApiImplBase(context: Context) {
}
}
// This method is only implemented on iOS; on Android, we do not have a concept of cloud IDs
@Suppress("unused", "UNUSED_PARAMETER")
fun getCloudIdForAssetIds(assetIds: List<String>): Map<String, String?> {
throw IllegalStateException("Method not supported on Android.")
return emptyMap()
}
}