do not show a toast at stopping timer, it made sense only in background
This commit is contained in:
parent
1ea4c030ee
commit
f4416a8798
|
@ -117,7 +117,6 @@ class TimerFragment : Fragment() {
|
|||
private fun stopTimer() {
|
||||
EventBus.getDefault().post(TimerState.Idle)
|
||||
requiredActivity.hideTimerNotification()
|
||||
requiredActivity.toast(R.string.timer_stopped)
|
||||
}
|
||||
|
||||
@Subscribe(threadMode = ThreadMode.MAIN)
|
||||
|
|
Loading…
Reference in New Issue