mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 05:06:58 +02:00
RecentsViewController: support multi-sessions.
This commit is contained in:
@@ -508,7 +508,7 @@ NSString* const kCommandsDescriptionText = @"The following commands are availabl
|
||||
|
||||
- (CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath {
|
||||
if (indexPath.section == SETTINGS_SECTION_ACCOUNTS_INDEX) {
|
||||
return 70;
|
||||
return 50;
|
||||
} else if (indexPath.section == SETTINGS_SECTION_NOTIFICATIONS_INDEX) {
|
||||
if (indexPath.row == userInfoNotifRowIndex) {
|
||||
UITextView *textView = [[UITextView alloc] initWithFrame:CGRectMake(0, 0, tableView.frame.size.width, MAXFLOAT)];
|
||||
|
||||
Reference in New Issue
Block a user