mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-16 11:17:30 +02: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() {
|
private fun stopTimer() {
|
||||||
EventBus.getDefault().post(TimerState.Idle)
|
EventBus.getDefault().post(TimerState.Idle)
|
||||||
requiredActivity.hideTimerNotification()
|
requiredActivity.hideTimerNotification()
|
||||||
|
view.timer_time.text = requiredActivity.config.timerSeconds.getFormattedDuration()
|
||||||
}
|
}
|
||||||
|
|
||||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user