Skip to content

Commit

Permalink
Fixed opening PDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrebane committed May 2, 2024
1 parent 4116387 commit ca7c256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MoppApp/MoppApp/ContainerActions.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ extension ContainerActions where Self: UIViewController {
self?.openExistingContainer(with: urls.first!, cleanup: cleanup, isEmptyFileImported: isEmptyFileImported, isSendingToSivaAgreed: isSendingToSivaAgreed)
}
} else {
SiVaUtil.setIsSentToSiva(isSent: false)
self?.createNewContainer(with: urls.first!, dataFilePaths: dataFilePaths, isEmptyFileImported: isEmptyFileImported)
}
}
Expand Down

0 comments on commit ca7c256

Please sign in to comment.