+ Finalized preliminary feedback support. Now comes the polish.

This commit is contained in:
moritz haarmann
2014-02-13 11:04:32 +01:00
parent 9b57875a47
commit 36371dcd30
7 changed files with 38 additions and 8 deletions

View File

@@ -351,7 +351,7 @@
NSString *text = self.textView.text;
[self.manager submitMessageWithText:text];
[self.manager submitMessageWithText:text andPhotos:self.photos];
[self dismissWithResult:BITFeedbackComposeResultSubmitted];
}