Jimmy Nelle
06/16/2025, 1:05 PMval 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 CMP 1.8.1
on iOS 18.4 and 26 Beta
Is anyone else encountering this problem?Andrei Salavei
06/16/2025, 1:58 PMJimmy Nelle
06/17/2025, 12:02 PM