mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Fixed swipe refresh state
This commit is contained in:
@@ -59,6 +59,11 @@ public class SwipeRefreshLayoutEx extends SwipeRefreshLayout {
|
||||
return this.refreshing;
|
||||
}
|
||||
|
||||
public void onRefresh() {
|
||||
this.refreshing = true;
|
||||
setRefreshing(false);
|
||||
}
|
||||
|
||||
public void resetRefreshing() {
|
||||
// Restart spinner after screen off, etc
|
||||
if (super.isRefreshing()) {
|
||||
|
||||
Reference in New Issue
Block a user