package com.ustadmobile.libuicompose.util import androidx.compose.runtime.Composable @Composable actual fun HideSoftInputEffect() { //Does nothing on Desktop/JVM }