tinode / ios

Tinodios: Tinode Messaging Client for iOS
Apache License 2.0
241 stars 104 forks source link

Message editing #188

Closed aforge closed 1 year ago

aforge commented 1 year ago

Appears to be on par with Android.

or-else commented 1 year ago

Message view scrolls to the bottom on receiving an edit. It should not move.

aforge commented 1 year ago

Message bubble is not expanded for 'edited':

Screenshot 2022-12-21 at 13 53 57

Done.

aforge commented 1 year ago

Message view scrolls to the bottom on receiving an edit. It should not move.

Right. Though it just shifts the view somewhat, it doesn't scroll to the bottom. It appears related to the change in the size of inputAccessoryView. I'll fix separately. Thanks for pointing out.