Various improvements

This commit is contained in:
Ilya Laktyushin
2023-09-05 14:07:48 +04:00
parent f8ebd4aa2f
commit 4c4080f5cb
27 changed files with 1097 additions and 321 deletions

View File

@@ -1022,6 +1022,7 @@ private final class DrawingScreenComponent: CombinedComponent {
} else {
self?.updateCurrentMode(.drawing)
}
return true
}
self.present(controller)
self.updated(transition: .easeInOut(duration: 0.2))