···139139 setViewVisibility(R.id.timerNotificationTotal, View.GONE)
140140 }
141141142142- if (params.goalTime.isNotEmpty()) {
142142+ if (params.goalTime.isNotEmpty() && isBig) {
143143 // TODO show only closest goal time, count down to it?
144144 setTextViewText(R.id.tvNotificationGoalTime, params.goalTime)
145145 setViewVisibility(R.id.tvNotificationGoalTime, View.VISIBLE)