[stopwatch] Fix refactoring remains

Closes #264

Signed-off-by: k <k@klabz.org>
This commit is contained in:
k 2021-10-15 23:02:33 +02:00 committed by Daniel Thompson
parent bbf7d3aa14
commit 54e8f5771d

View file

@ -45,7 +45,7 @@ class StopwatchApp():
No other swipe event is possible for this application.
"""
if not self._started_at:
if not self._timer._started_at:
self._reset()
return True # Request system default handling