mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
#1309 (theme in story detail view)
- It was already there, just not showing that row.
This commit is contained in:
parent
6d91cf2311
commit
3f4c084f94
1 changed files with 2 additions and 2 deletions
|
@ -271,9 +271,9 @@
|
|||
|
||||
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section {
|
||||
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone) {
|
||||
return 12;
|
||||
return 13;
|
||||
} else {
|
||||
return 11;
|
||||
return 12;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue