Fix freeze in host app after "dismissing" select thread VC

We must call these completion handlers whenever we exit the SAE

// FREEBIE
This commit is contained in:
Michael Kirk 2018-02-23 10:14:58 -05:00
parent 01cde6740c
commit 5af1123219
1 changed files with 7 additions and 0 deletions

View File

@ -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);