mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Restart spinner on resume
This commit is contained in:
parent
e074884d99
commit
7ca15a2aee
1 changed files with 6 additions and 0 deletions
|
@ -1640,6 +1640,12 @@ public class FragmentMessages extends FragmentBase {
|
||||||
int zoom = prefs.getInt("zoom", compact ? 0 : 1);
|
int zoom = prefs.getInt("zoom", compact ? 0 : 1);
|
||||||
adapter.setCompact(compact);
|
adapter.setCompact(compact);
|
||||||
adapter.setZoom(zoom);
|
adapter.setZoom(zoom);
|
||||||
|
|
||||||
|
// Restart spinner
|
||||||
|
if (swipeRefresh.isRefreshing()) {
|
||||||
|
swipeRefresh.setRefreshing(false);
|
||||||
|
swipeRefresh.setRefreshing(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue