79765324

Date: 2025-09-15 15:18:14
Score: 0.5
Natty:
Report link

For those who has found this topic and are struggling to actually implement it. This is how

val lwi = object: WindowInfo { override val isWindowFocused = true }
CompositionLocalProvider(LocalWindowInfo provides lwi) {
 //here put your composables
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mapar