Add a comment.

This commit is contained in:
yannick 2015-12-08 16:37:52 +01:00
parent efafa49293
commit 49b9266582

View file

@ -287,12 +287,13 @@
// Keep ref on destinationViewController // Keep ref on destinationViewController
[super prepareForSegue:segue sender:sender]; [super prepareForSegue:segue sender:sender];
if ([[segue identifier] isEqualToString:@"showAccountDetails"]) // FIX ME add night mode
/*if ([[segue identifier] isEqualToString:@"showAccountDetails"])
{ {
//MXKAccountDetailsViewController *accountViewController = segue.destinationViewController; MXKAccountDetailsViewController *accountViewController = segue.destinationViewController;
//accountViewController.mxAccount = selectedAccount; accountViewController.mxAccount = selectedAccount;
//selectedAccount = nil; selectedAccount = nil;
} }*/
} }
#pragma mark - UIScrollView delegate #pragma mark - UIScrollView delegate
@ -662,7 +663,7 @@
cell = clearCacheBtnCell; cell = clearCacheBtnCell;
} }
} }
return cell; return cell;
} }