Skip to content

Commit

Permalink
history auto enable fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliskov committed Sep 11, 2024
1 parent e3c1c0e commit 46d4b21
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1,443 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,10 +1080,10 @@ private void handleLoadError() {
getView().showError(new CategoryEmptyError(getContext()));
Utils.postDelayed(mRefreshSection, 30_000);
}
if (isHomeSection()) { // maybe the history turned off?
MediaServiceManager.instance().enableHistory(true);
mGeneralData.enableHistory(true);
}
//if (isHomeSection()) { // maybe the history turned off?
// MediaServiceManager.instance().enableHistory(true);
// mGeneralData.enableHistory(true);
//}
}

private void appendLocalHistory(@NonNull VideoGroup videoGroup) {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 46d4b21

Please sign in to comment.