Respond to CR.
// FREEBIE
This commit is contained in:
parent
5cab3be67d
commit
ca1467ef2e
@ -127,7 +127,7 @@ typedef NS_ENUM(NSInteger, AdvancedSettingsTableViewControllerSection) {
|
||||
[tableView deselectRowAtIndexPath:indexPath animated:YES];
|
||||
|
||||
if ([tableView cellForRowAtIndexPath:indexPath] == self.submitLogCell) {
|
||||
DDLogDebug(@"%@ Submitting debug logs", self.tag);
|
||||
DDLogInfo(@"%@ Submitting debug logs", self.tag);
|
||||
[DDLog flushLog];
|
||||
[Pastelog submitLogs];
|
||||
} else if ([tableView cellForRowAtIndexPath:indexPath] == self.registerPushCell) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user