Story improvements

This commit is contained in:
Ali
2023-04-25 18:04:51 +04:00
parent 060bc61011
commit 1c2f989fbd
44 changed files with 2340 additions and 345 deletions

View File

@@ -343,7 +343,7 @@ class ContactSelectionControllerImpl: ViewController, ContactSelectionController
self.deactivateSearch()
}
public var mediaPickerContext: AttachmentMediaPickerContext {
public var mediaPickerContext: AttachmentMediaPickerContext? {
return ContactsPickerContext(controller: self)
}