do not show a toast at stopping timer, it made sense only in background

This commit is contained in:
tibbi 2020-03-12 20:23:21 +01:00
parent 1ea4c030ee
commit f4416a8798
1 changed files with 0 additions and 1 deletions

View File

@ -117,7 +117,6 @@ class TimerFragment : Fragment() {
private fun stopTimer() { private fun stopTimer() {
EventBus.getDefault().post(TimerState.Idle) EventBus.getDefault().post(TimerState.Idle)
requiredActivity.hideTimerNotification() requiredActivity.hideTimerNotification()
requiredActivity.toast(R.string.timer_stopped)
} }
@Subscribe(threadMode = ThreadMode.MAIN) @Subscribe(threadMode = ThreadMode.MAIN)