Closed r10s closed 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
"ScrollView jumping improvements" PR introduced some side effects that need to be targeted:
tapping the system clock does not scroll up as usual, but scrolls downEDIT: might be okay, may be considered even as a fix as we no scroll to the most recent information; the scroll-up in eg. whatsapp is also more random as it scrolls just somewhere to the middle (as more messages are loaded there immediated)cc @Amzd