Layout fixes

This commit is contained in:
Arkadiusz Fal
2022-11-11 16:19:14 +01:00
parent 5eafbb1151
commit 8978bf3f33
3 changed files with 17 additions and 5 deletions

View File

@@ -71,6 +71,8 @@ struct OpenVideosModel {
return
}
NavigationModel.shared.presentingOpenVideos = false
logger.info("opening \(urls.count) urls")
urls.forEach { logger.info("\($0.absoluteString)") }