<Keyboard type changes very quickly during focus r...
# compose
t
Keyboard type changes very quickly during focus request looks fixed. But i guess its not included in the recent compose-ui release(1.2.0-alpha02). How can i test the fix? Do we have a snapshot build?
1
+ @Zach Klippenstein (he/him) [MOD]
UPDATE: Got the snapshot (1.2.0-SNAPSHOT) from.
Copy code
maven {
    url = uri("<https://androidx.dev/snapshots/builds/8130890/artifacts/repository>")
}
It works 🚀 Thanks!
c
Ooh! This is fixed in a snapshot? this was super annoying. Once we get textfield being hidden by keyboard I think compose will be pretty much perfect IMO. love all the small fixes with text fields being made.
K 2
z
I like your optimism, I look at the backlog way too much to feel the same 😅 Glad it's working in a snapshot build though! Lots more fixes coming soon
K 3