Fix platform interface
This commit is contained in:
@@ -62,6 +62,7 @@ interface PlatformInterfaceWrapper : PlatformInterface {
|
|||||||
val owner = ConnectionOwner()
|
val owner = ConnectionOwner()
|
||||||
owner.userId = uid
|
owner.userId = uid
|
||||||
owner.userName = packages?.firstOrNull() ?: ""
|
owner.userName = packages?.firstOrNull() ?: ""
|
||||||
|
owner.androidPackageName = packages?.firstOrNull() ?: ""
|
||||||
return owner
|
return owner
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
Log.e("PlatformInterface", "getConnectionOwnerUid", e)
|
Log.e("PlatformInterface", "getConnectionOwnerUid", e)
|
||||||
|
|||||||
Reference in New Issue
Block a user