mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-06-30 19:15:50 +01:00
9d593bcaff
Fixes the UI flickering that occurs when reordering chat folders. The issue was caused by the ViewModel updating the database each time a list item position changes when we were already updating list order in the UI state manually at the same time.