Update Riot/Modules/BugReport/BugReportViewController.m

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2021-01-11 09:57:49 +01:00
committed by GitHub
parent 68fbd2c86f
commit 79993ab89e
@@ -414,7 +414,7 @@
self->bugReportRestClient = nil;
if (self->_reportCrash)
if (self.reportCrash)
{
// Erase the crash log
[MXLogger deleteCrashLog];