Hello :wave: I was wondering, is state-hoisting ha...
# compose
i
Hello 👋 I was wondering, is state-hoisting having some performance issues with Gesture callbacks? I tried to replicate gesture example from Android official documentation, but with state hoisting, The original version works perfectly, but the one with state-hoisting lags (and box jumps to the beginning). https://stackoverflow.com/q/67615540/4183017
a
Definitely not. There shouldn't be any difference in terms of performance.
i
Thanks! It seems I've made simple mistake. Instead of
accumulating
x
I was setting it.