mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Update swipe refreshing state
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user