mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-10 23:47:11 +00:00
fix use from desktop
This commit is contained in:
+4
-1
@@ -258,9 +258,12 @@ private fun UserPickerUserSectionLayout (
|
||||
)
|
||||
if (appPlatform.isAndroid) {
|
||||
UseFromDesktopPickerItem {
|
||||
Log.d(TAG, "jere")
|
||||
showCustomModal { _, close ->
|
||||
Log.d(TAG, "showing")
|
||||
|
||||
ConnectDesktopView(close)
|
||||
}
|
||||
}()
|
||||
userPickerState.value = AnimatedViewState.GONE
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user