kopia lustrzana https://github.com/TeamNewPipe/NewPipe
Fix history showing even when disabled
rodzic
59b3362715
commit
7e005549fe
|
@ -241,6 +241,7 @@ public abstract class HistoryFragment<E extends HistoryEntry> extends BaseFragme
|
|||
if (mHistoryIsEnabled) {
|
||||
mRecyclerView.setVisibility(View.VISIBLE);
|
||||
} else {
|
||||
mRecyclerView.setVisibility(View.GONE);
|
||||
mDisabledView.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue