Make loading bar always visible on top layer

This commit is contained in:
Mateusz Szklarek
2025-11-05 10:37:25 +01:00
parent ebaec05e71
commit 150020ee6c
@@ -58,6 +58,7 @@ struct PaginatedListView<
case .data(let type):
ZStack(alignment: .top) {
LoadingBar(isLoading: loadingBarPresenter.isVisible)
.zIndex(1)
dataStateView.overlay {
if type == .noItems {
emptyListView()