On scroll of my pager (by a user) I want to perform an action. And thats easy to do via the docs, but in some cases I also programatically scroll my pager, and therefore my action gets called too, but I don't want that action to be called programatically.
I actually found this github issues...
https://github.com/google/accompanist/issues/651 but I don't know how to actually use the api to just filter for user has paged event.