mirror of
https://codeberg.org/tom79/Fedilab
synced 2025-02-09 16:48:43 +01:00
Fix #80 - First notification never seen
This commit is contained in:
parent
8cac3ba7f4
commit
6ec4bd8faa
@ -260,6 +260,8 @@ public class FragmentMastodonNotification extends Fragment {
|
|||||||
notificationList.add(notifications.get(i));
|
notificationList.add(notifications.get(i));
|
||||||
refPosition = i;
|
refPosition = i;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
notificationList.add(notifications.get(i));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return notificationList;
|
return notificationList;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user