Chat folder reordering improvements

This commit is contained in:
Ilya Laktyushin
2022-10-16 17:10:06 +03:00
parent eaf511b67f
commit 4bbb0dd637
17 changed files with 257 additions and 190 deletions

View File

@@ -41,7 +41,7 @@ public enum UndoOverlayContent {
case inviteRequestSent(title: String, text: String)
case image(image: UIImage, text: String)
case notificationSoundAdded(title: String, text: String, action: (() -> Void)?)
case universal(animation: String, scale: CGFloat, colors: [String: UIColor], title: String?, text: String)
case universal(animation: String, scale: CGFloat, colors: [String: UIColor], title: String?, text: String, customUndoText: String?)
}
public enum UndoOverlayAction {