val windowInfo = LocalWindowInfo.current
val isInRecentApps by rememberUpdatedState(!windowInfo.isWindowFocused)
LaunchedEffect(isInRecentApps, signInState) {
println("isInRecentApps: $isInRecentApps")
}
I'm currently experiencing issues with LocalWindowInfo on iOS. It doesn't seem to detect when the app is not focused (i.e., when switching to recent apps or multitasking). I'm using