Recently come back to using the app after a break. Catching up on things like stopwatch, which sounds great, but I think I’ve come across a problem:
If I try to manually adjust the timekeeping, it really screws with things. I’d very much like to use the stopwatch instance as an editable time log, i.e. use the stopwatch to record time, but be able to manually round times up/down, add time, and so on.
The basics of the editing the times seems to work fine, you can adjust a timer from say 15 seconds to 30 seconds and the total time count (to the left of the ‘start’ button) updates accordingly. However, if you do much of this, things start to go wrong quickly. It seemingly doesn’t like to mix time units, or allow you to enter anything over about 40 seconds (it seems). Really bizarre, but I’m sure there’s a reason this is happening – and I don’t think I’m making an obvious error.
If anyone can help me out with tips for editing the time correctly, in a way that is compliant with the stopwatch functionality, that would be great. Otherwise I guess this is just a bug or oversight that could be fixed in the future.
Thanks