Fix platform interface

This commit is contained in:
世界
2026-01-08 23:30:02 +08:00
parent 141cae0c5c
commit a954ec306c

View File

@@ -62,6 +62,7 @@ interface PlatformInterfaceWrapper : PlatformInterface {
val owner = ConnectionOwner()
owner.userId = uid
owner.userName = packages?.firstOrNull() ?: ""
owner.androidPackageName = packages?.firstOrNull() ?: ""
return owner
} catch (e: Exception) {
Log.e("PlatformInterface", "getConnectionOwnerUid", e)