Update swipe refreshing state

This commit is contained in:
M66B
2022-11-06 19:04:13 +01:00
parent 4b57d527b7
commit 89dbddaff4

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)) {