mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-12 08:47:04 +01:00
0db73e71a0
When we forward a message or share into the app, it is possible that we are going to reuse the same activity. In this case, when the adapter was reinitialized, we were just adding a new ItemDecoration every time. This fix checks if we've already added one and removes it if necessary, just like the last seen decorator.