fix timestamp not updating in notifications (#1416)
This commit is contained in:
parent
1a1be57d54
commit
57edf86495
@ -202,7 +202,7 @@ public class NotificationsAdapter extends RecyclerView.Adapter {
|
||||
concreteNotificaton.getId());
|
||||
} else {
|
||||
if (payloadForHolder instanceof List)
|
||||
for (Object item : payloads) {
|
||||
for (Object item : (List)payloadForHolder) {
|
||||
if (StatusBaseViewHolder.Key.KEY_CREATED.equals(item)) {
|
||||
holder.setCreatedAt(statusViewData.getCreatedAt());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user