RangeSeekBar icon indicating copy to clipboard operation
RangeSeekBar copied to clipboard

Do not trigger onProgressChanged on non-user interaction.

Open JarmoKukkola opened this issue 3 years ago • 1 comments

In my opinion, the onProgressChanged should not be triggered, when user is not interacting with the widget.

JarmoKukkola avatar Nov 01 '20 09:11 JarmoKukkola

Hi @JarmoKukkola , Thanks for your contribution, yes removing the app_name from strings is a good thing, regarding onProgressChanged there was a previous issue with this , as if you need to listen to the change in progress value, if we removed the call to onProgressChanged you can't get the values

MohammedAlaaMorsi avatar Nov 01 '20 10:11 MohammedAlaaMorsi