Fix alert

This commit is contained in:
ismailgulek
2021-11-30 01:14:05 +03:00
parent 5b9ccbdaa0
commit 25f52e2473
+3 -3
View File
@@ -3214,9 +3214,9 @@ const NSTimeInterval kResizeComposerAnimationDuration = .05;
&& !selectedEvent.threadId;
if (showThreadOption && [self canCopyEvent:selectedEvent andCell:cell])
{
[currentAlert addAction:[UIAlertAction actionWithTitle:[VectorL10n roomEventActionCopy]
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {
[actionsMenu addAction:[UIAlertAction actionWithTitle:[VectorL10n roomEventActionCopy]
style:UIAlertActionStyleDefault
handler:^(UIAlertAction * action) {
MXStrongifyAndReturnIfNil(self);
[self cancelEventSelection];