deltachat / deltachat-ios

Email-based instant messaging for iOS.
Other
327 stars 52 forks source link

minor side effects of "ScrollView jumping improvements" #2323

Closed r10s closed 1 month ago

r10s commented 1 month ago

"ScrollView jumping improvements" PR introduced some side effects that need to be targeted:

cc @Amzd

Amzd commented 1 month ago

Did not fix the new behavior of status bar scrolling to the most recent message yet as other messengers (like discord) also do this. If users really want this we can always look at this again later. We will need to add a scrollview at the same level as the tableview which can intercept the status bar tap. So we'll need to use a UIViewController instead of UITableViewController.

Other issues are fixed in PR