mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-27 13:59:04 -04:00
Bookmark indicator fix
This commit is contained in:
parent
dacfc2c583
commit
88242027f4
@ -19,6 +19,7 @@ class TableOfContentsController: UIViewController, UIScrollViewDelegate, UITable
|
|||||||
var headings = [HTMLHeading]() {
|
var headings = [HTMLHeading]() {
|
||||||
didSet {
|
didSet {
|
||||||
configurePreferredContentSize()
|
configurePreferredContentSize()
|
||||||
|
visibleHeaderIndicator.isHidden = headings.count == 0
|
||||||
tableView.reloadData()
|
tableView.reloadData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user