mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Fix notifications empty screen
This commit is contained in:
parent
f54db5a43e
commit
f4a2d4fcc3
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ public struct NotificationsListView: View {
|
|||
EmptyView(iconName: "bell.slash",
|
||||
title: "notifications.empty.title",
|
||||
message: "notifications.empty.message")
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
.listSectionSeparator(.hidden)
|
||||
} else {
|
||||
ForEach(notifications) { notification in
|
||||
NotificationRowView(notification: notification)
|
||||
|
|
Loading…
Reference in a new issue