Fix notifications update

This commit is contained in:
stom79 2019-01-07 14:08:29 +01:00
parent dc6909ddee
commit 13ece2616d
1 changed files with 1 additions and 0 deletions

View File

@ -273,6 +273,7 @@ public class DisplayNotificationsFragment extends Fragment implements OnRetrieve
return;
//Store last notification id to avoid to notify for those that have been already seen
if (visible && notifications != null && notifications.size() > 0) {
retrieveMissingNotifications(notifications.get(0).getId());
updateNotificationLastId(notifications.get(0).getId());
}
}