If you had a lot of wtf moments working with focus in Compose, this thread might be interesting to you.
There is a key concept buried in the focus docs, which makes it easy to end up having a broken mental model of how the api works.
https://kotlinlang.slack.com/archives/CJLTWPH7S/p1739259028488919
👍 1
s
Skaldebane
02/12/2025, 5:10 AM
I never ever understood
focusable
and its siblings 😅
Thankfully never felt like I needed it, but its quite the outlier compared to most other APIs, whose effects are at least observable, and have good javadocs that spare you taking a trip to Android Developers' website