mirror of
https://github.com/ProtonMail/ios-mail.git
synced 2026-05-15 09:50:39 +00:00
Make loading bar always visible on top layer
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user