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:28:17 +03:00
committed by GitHub
parent feda8499f0
commit 59152e4263
+1 -3
View File
@@ -3174,9 +3174,7 @@
[alert addAction:continueAction];
[alert addAction:cancelAction];
[self presentViewController:alert animated:YES completion:^{
// no-op
}];
[self presentViewController:alert animated:YES completion:nil];
return NO;
}
}