Flush logs before submitting logs.
// FREEBIE
This commit is contained in:
parent
dfcfbe7022
commit
dde8132f0e
@ -184,6 +184,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
|
||||
[tableView deselectRowAtIndexPath:indexPath animated:YES];
|
||||
|
||||
if ([tableView cellForRowAtIndexPath:indexPath] == self.submitLogCell) {
|
||||
[DDLog flushLog];
|
||||
[Pastelog submitLogs];
|
||||
} else if ([tableView cellForRowAtIndexPath:indexPath] == self.registerPushCell) {
|
||||
OWSSyncPushTokensJob *syncJob =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user