Fix #80 - First notification never seen

pull/254/head
Thomas 2 years ago
parent 8cac3ba7f4
commit 6ec4bd8faa

@ -260,6 +260,8 @@ public class FragmentMastodonNotification extends Fragment {
notificationList.add(notifications.get(i));
refPosition = i;
}
} else {
notificationList.add(notifications.get(i));
}
}
return notificationList;

Loading…
Cancel
Save