Merge pull request #4995 from ByteHamster/fix-regression-flashing-progress

Fix regression: flashing progress bar
This commit is contained in:
ByteHamster 2021-03-07 10:15:43 +01:00 committed by GitHub
commit bd7339b879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -372,7 +372,6 @@ public class NavDrawerFragment extends Fragment implements SharedPreferences.OnS
};
private void loadData() {
progressBar.setVisibility(View.VISIBLE);
disposable = Observable.fromCallable(
() -> {
NavDrawerData data = DBReader.getNavDrawerData();