mirror of https://github.com/readrops/Readrops.git
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());
|
||||
drawerManager.enableAccountSelection();
|
||||
updating = false;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue