mirror of https://github.com/M66B/FairEmail.git
Update swipe refreshing state
This commit is contained in:
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(lastRefreshing, refreshing) &&
|
||||||
Objects.equals(lastFolderErrors, folderErrors) &&
|
Objects.equals(lastFolderErrors, folderErrors) &&
|
||||||
Objects.equals(lastAccountErrors, accountErrors)) {
|
Objects.equals(lastAccountErrors, accountErrors)) {
|
||||||
|
|
Loading…
Reference in New Issue