forked from zelo72/mastodon-ios
fix: duplicate scroll indicator issue
This commit is contained in:
parent
948481909d
commit
9b63371276
|
@ -38,6 +38,7 @@ final class AutoCompleteViewController: UIViewController {
|
||||||
tableView.backgroundColor = .clear
|
tableView.backgroundColor = .clear
|
||||||
tableView.contentInset.top = AutoCompleteViewController.chevronViewHeight
|
tableView.contentInset.top = AutoCompleteViewController.chevronViewHeight
|
||||||
tableView.verticalScrollIndicatorInsets.top = AutoCompleteViewController.chevronViewHeight
|
tableView.verticalScrollIndicatorInsets.top = AutoCompleteViewController.chevronViewHeight
|
||||||
|
tableView.showsVerticalScrollIndicator = false // avoid duplicate to the compose collection view indicator
|
||||||
return tableView
|
return tableView
|
||||||
}()
|
}()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue