it turns out if I replace that `first()` with `key...
# android
e
it turns out if I replace that
first()
with
keys[0]
the problem disappears 😐. Can anyone explain why is it so? 🤔