Merge pull request #85 from shunf4/fix/refresh_failed_updating

fix: set updating to false when refresh failed
This commit is contained in:
Shinokuni 2020-11-08 22:54:41 +01:00 committed by GitHub
commit 749145b305
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -619,6 +619,7 @@ public class MainActivity extends AppCompatActivity implements SwipeRefreshLayou
Utils.showSnackbar(binding.mainRoot, e.getMessage());
drawerManager.enableAccountSelection();
updating = false;
}
@Override