fix use from desktop

This commit is contained in:
Diogo
2024-08-31 22:19:14 +01:00
parent e08b9f69e9
commit 56789de01e
@@ -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 {