mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-09 01:17:41 +02:00
Merge pull request #6751 from vector-im/johannes/scroll-crash
Fix crash when scrolling chat list
This commit is contained in:
@@ -352,7 +352,7 @@ class AllChatsViewController: HomeViewController {
|
||||
private var initialScrollPosition: Double = 0
|
||||
|
||||
private func scrollPosition(of scrollView: UIScrollView) -> Double {
|
||||
return scrollView.contentOffset.y + scrollView.adjustedContentInset.top + scrollView.adjustedContentInset.bottom
|
||||
return scrollView.contentOffset.y + scrollView.adjustedContentInset.top
|
||||
}
|
||||
|
||||
override func scrollViewWillBeginDragging(_ scrollView: UIScrollView) {
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Fix crash when scrolling chat list
|
||||
Reference in New Issue
Block a user