When running an example progress bar code from kivymd on android, it doesn't behave as it should:
In the code there is a progress bar with an undetermined value that is in a loop, and there is a button to stop this loop, on the pc the progress bar stops successfully but on android it is as if the loop had paused, the progress bar does not reset.