Fix an issue with notifications

This commit is contained in:
tom79 2019-05-18 14:52:12 +02:00
parent 08eda577ef
commit 0385a7131e
1 changed files with 0 additions and 2 deletions

View File

@ -185,8 +185,6 @@ public class DisplayNotificationsFragment extends Fragment implements OnRetrieve
swipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() { swipeRefreshLayout.setOnRefreshListener(new SwipeRefreshLayout.OnRefreshListener() {
@Override @Override
public void onRefresh() { public void onRefresh() {
max_id = null;
firstLoad = true;
flag_loading = true; flag_loading = true;
swiped = true; swiped = true;
MainActivity.countNewNotifications = 0; MainActivity.countNewNotifications = 0;