mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
travis: add some debug traces
This commit is contained in:
parent
6a1e42a562
commit
60053876f9
2 changed files with 2 additions and 0 deletions
|
|
@ -496,6 +496,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
- (IBAction)onDeleteClick:(id)sender {
|
||||
LOGI(@"onDeleteClick");
|
||||
NSString *msg = [NSString stringWithFormat:NSLocalizedString(@"Do you want to delete selected messages?", nil)];
|
||||
[UIConfirmationDialog ShowWithMessage:msg
|
||||
cancelMessage:nil
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@
|
|||
[_selectedItems removeAllObjects];
|
||||
|
||||
[self selectToggleButton:!_toggleSelectionButton.selected]; // TODO: why do we need that?
|
||||
LOGI(@"onSelectionToggle: select %@", _toggleSelectionButton.selected ? @"NONE" : @"ALL");
|
||||
for (int i = 0; i < [self numberOfSectionsInTableView:self.tableView]; i++) {
|
||||
for (int j = 0; j < [self tableView:self.tableView numberOfRowsInSection:i]; j++) {
|
||||
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:j inSection:i];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue