mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
+ Finalized preliminary feedback support. Now comes the polish.
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
|
||||
NSString *text = self.textView.text;
|
||||
|
||||
[self.manager submitMessageWithText:text];
|
||||
[self.manager submitMessageWithText:text andPhotos:self.photos];
|
||||
|
||||
[self dismissWithResult:BITFeedbackComposeResultSubmitted];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user