mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
Merge branch 'patch-1' of https://github.com/SpajicM/NewPipe into chron
This commit is contained in:
commit
cf703d5213
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ public abstract class HistoryFragment<E extends HistoryEntry> extends BaseFragme
|
||||||
if (mHistoryIsEnabled) {
|
if (mHistoryIsEnabled) {
|
||||||
mRecyclerView.setVisibility(View.VISIBLE);
|
mRecyclerView.setVisibility(View.VISIBLE);
|
||||||
} else {
|
} else {
|
||||||
|
mRecyclerView.setVisibility(View.GONE);
|
||||||
mDisabledView.setVisibility(View.VISIBLE);
|
mDisabledView.setVisibility(View.VISIBLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue