This commit is contained in:
Milos Kozak 2020-04-08 20:24:22 +02:00
parent 0585ba80fa
commit 4768807a08

View file

@ -530,7 +530,7 @@ class OverviewFragment : DaggerFragment(), View.OnClickListener, OnLongClickList
overview_looplayout?.visibility = View.GONE
return
}
notificationStore.updateNotifications(overview_notifications)
overview_notifications?.let { notificationStore.updateNotifications(it) }
overview_pumpstatuslayout?.visibility = View.GONE
overview_looplayout?.visibility = View.VISIBLE