mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use progressview for pdf loading view
This commit is contained in:
parent
b46576e937
commit
1a12e545f5
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ import Utils
|
|||
ShareSheet(activityItems: [$0.url])
|
||||
}
|
||||
} else {
|
||||
Text("Loading...")
|
||||
ProgressView()
|
||||
.task {
|
||||
let document = HighlightedDocument(url: pdfURL, viewModel: viewModel)
|
||||
pdfStateObject.document = document
|
||||
|
|
|
|||
Loading…
Reference in a new issue