diff --git a/Classes/BWQuincyManager.m b/Classes/BWQuincyManager.m index c9ec61eb87..7753489b10 100644 --- a/Classes/BWQuincyManager.m +++ b/Classes/BWQuincyManager.m @@ -260,7 +260,7 @@ NSString *BWQuincyLocalize(NSString *stringToken) { if (!quincyBundle()) { NSLog(@"WARNING: Quincy.bundle is missing, sending reports automatically!"); [self _sendCrashReports]; - } else if (!self.autoSubmitCrashReport && [self hasNonApprovedCrashReports]) { + } else if (![self autoSendCrashReports] && [self hasNonApprovedCrashReports]) { if (self.delegate != nil && [self.delegate respondsToSelector:@selector(willShowSubmitCrashReportAlert)]) { [self.delegate willShowSubmitCrashReportAlert];