mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-26 09:54:46 +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",
|
EmptyView(iconName: "bell.slash",
|
||||||
title: "notifications.empty.title",
|
title: "notifications.empty.title",
|
||||||
message: "notifications.empty.message")
|
message: "notifications.empty.message")
|
||||||
|
.listRowBackground(theme.primaryBackgroundColor)
|
||||||
|
.listSectionSeparator(.hidden)
|
||||||
} else {
|
} else {
|
||||||
ForEach(notifications) { notification in
|
ForEach(notifications) { notification in
|
||||||
NotificationRowView(notification: notification)
|
NotificationRowView(notification: notification)
|
||||||
|
|
Loading…
Reference in a new issue