mirror of https://github.com/readrops/Readrops.git
Merge pull request #85 from shunf4/fix/refresh_failed_updating
fix: set updating to false when refresh failed
This commit is contained in:
commit
749145b305
|
@ -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