Fix alert

This commit is contained in:
ismailgulek
2021-11-30 01:14:05 +03:00
parent 9df8315e2f
commit c1f364580a
+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];