Update Riot/Modules/Room/RoomViewController.m

Co-authored-by: SBiOSoftWhare <SBiOSoftWhare@users.noreply.github.com>
This commit is contained in:
ismailgulek
2020-07-14 11:27:46 +03:00
committed by GitHub
parent 815ac1e007
commit feda8499f0
+1 -4
View File
@@ -3169,9 +3169,7 @@
}];
}];
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:NSLocalizedStringFromTable(@"cancel", @"Vector", nil) style:UIAlertActionStyleCancel handler:^(UIAlertAction * _Nonnull action) {
// no-op
}];
UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:NSLocalizedStringFromTable(@"cancel", @"Vector", nil) style:UIAlertActionStyleCancel handler:nil];
[alert addAction:continueAction];
[alert addAction:cancelAction];
@@ -5976,4 +5974,3 @@
}
@end