fix: set updating to false when refresh failed
This commit is contained in:
parent
28dda2f1b5
commit
3c97441d36
@ -619,6 +619,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
|
|||||||
|
|
||||||
Utils.showSnackbar(binding.mainRoot, e.getMessage());
|
Utils.showSnackbar(binding.mainRoot, e.getMessage());
|
||||||
drawerManager.enableAccountSelection();
|
drawerManager.enableAccountSelection();
|
||||||
|
updating = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user