Update swipe refreshing state

This commit is contained in:
M66B 2022-11-06 19:04:13 +01:00
parent 4b57d527b7
commit 89dbddaff4
1 changed files with 2 additions and 1 deletions

View File

@ -6123,7 +6123,8 @@ public class FragmentMessages extends FragmentBase
}
}
if (Objects.equals(lastUnseen, unseen) &&
if (refreshing == swipeRefresh.isRefreshing() &&
Objects.equals(lastUnseen, unseen) &&
Objects.equals(lastRefreshing, refreshing) &&
Objects.equals(lastFolderErrors, folderErrors) &&
Objects.equals(lastAccountErrors, accountErrors)) {