mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-31 10:44:52 +01:00
show the default timer time at reseting it manually too
This commit is contained in:
parent
51860d6b4e
commit
08aa7bf62c
@ -117,6 +117,7 @@ class TimerFragment : Fragment() {
|
||||
private fun stopTimer() {
|
||||
EventBus.getDefault().post(TimerState.Idle)
|
||||
requiredActivity.hideTimerNotification()
|
||||
view.timer_time.text = requiredActivity.config.timerSeconds.getFormattedDuration()
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
Loading…
x
Reference in New Issue
Block a user