You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When UITableView inserts a new row at precisely the same time as us hiding the
Send Receipts on a bubble (due to moving them to the new row), there's a race
which can cause UITableView to miscalculate y-offsets due to the height of the
bubble suddenly changing. To break the race, we hide the SR shortly after the
row is inserted.
Fixes the problem shown in
#4127 (comment)
0 commit comments