Update swipe refreshing state

pull/210/head
M66B 2 years ago
parent 4b57d527b7
commit 89dbddaff4

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

Loading…
Cancel
Save