Reactions menu: leave the menu once the user tapped a reaction

This commit is contained in:
manuroe
2019-06-14 16:15:27 +02:00
parent 6d59428c98
commit f9396a82ad
+4
View File
@@ -5270,6 +5270,8 @@
[self.errorPresenter presentErrorFromViewController:self forError:error animated:YES handler:nil];
}];
[self hideContextualMenuAnimated:YES];
}
- (void)reactionsMenuViewModel:(ReactionsMenuViewModel *)viewModel didRemoveReaction:(NSString *)reaction forEventId:(NSString *)eventId
@@ -5283,6 +5285,8 @@
[self.errorPresenter presentErrorFromViewController:self forError:error animated:YES handler:nil];
}];
[self hideContextualMenuAnimated:YES];
}
@end