mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2024-12-22 16:50:04 +02:00
Fix #80 - First notification never seen
This commit is contained in:
parent
8cac3ba7f4
commit
6ec4bd8faa
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue