JDDateCountdownFlipView: Weird behavior when countdown reaches "0"
friolz opened this issue · 4 comments
friolz commented
There seems to be a problem with the countdown:
When it gets reached (0 days, 0 hours, 0 minutes, 0 seconds) it restarts to count down with 1 minute left. After that it restarts with 1 hour left.
The correct behavior would be IMHO to freeze the countdown when it reaches "0".
calimarkus commented
@friolz erledigt!
friolz commented
Cool! Danke!
On 18.02.2013, at 15:05, Markus Emrich notifications@github.com wrote:
@friolz erledigt!
—
Reply to this email directly or view it on GitHub.
rromanchuk commented
JDFlipNumberView should also "freeze" when it reaches zero. On 2.0.3 it resets
calimarkus commented
Well, that depends on the usecase. If you realize a clock, it should go from 0 to 60. You need to control this with the delegates / completion methods.