I have this problem that when the device screen is turned off, and my Timer
triggers, I call ScrollView
method smoothScrollTo
.
However it does nothing, I am not getting onScrollChanged
callbacks at all. Is there any solution or workaround for this?
Thanks.