This commit is contained in:
Grishka
2022-03-11 20:25:14 +03:00
parent 04405b028c
commit 8ba3fecca3
3 changed files with 4 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ public class NotificationsListFragment extends BaseStatusListFragment<Notificati
// .exec(accountID);
AccountSessionManager.getInstance()
.getAccount(accountID).getCacheController()
.getNotifications(offset>0 ? getMaxID() : null, count, onlyMentions, new SimpleCallback<List<Notification>>(this){
.getNotifications(offset>0 ? getMaxID() : null, count, onlyMentions, new SimpleCallback<>(this){
@Override
public void onSuccess(List<Notification> result){
if(refreshing)