mirror of
				https://github.com/SimpleMobileTools/Simple-Clock.git
				synced 2025-06-05 22:19:17 +02:00 
			
		
		
		
	do not show a toast at stopping timer, it made sense only in background
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user