diff --git a/SignalMessaging/attachments/SharingThreadPickerViewController.m b/SignalMessaging/attachments/SharingThreadPickerViewController.m index 1edce5f64..eb45c1419 100644 --- a/SignalMessaging/attachments/SharingThreadPickerViewController.m +++ b/SignalMessaging/attachments/SharingThreadPickerViewController.m @@ -171,6 +171,13 @@ typedef void (^SendMessageBlock)(SendCompletionBlock completion); } } +// override +- (void)dismissPressed:(id)sender +{ + DDLogDebug(@"%@ tapped dismiss share button", self.logTag); + [self cancelShareExperience]; +} + - (void)didTapCancelShareButton { DDLogDebug(@"%@ tapped cancel share button", self.logTag);