CircularProgressIndicator icon indicating copy to clipboard operation
CircularProgressIndicator copied to clipboard

OnProgressChangeListener truncates values

Open bpappin opened this issue 4 years ago • 0 comments

If yous progress is larger than the max value, the progress in the indicator is shown to pass 100%, buthe progress returned to OnProgressChangeListener is truncated to max value.

OnProgressChangeListener should not truncate the progress.

bpappin avatar Dec 17 '20 19:12 bpappin