mirror of
https://github.com/antebudimir/tempus.git
synced 2026-04-16 00:37:25 +00:00
Added setting to make album detail visible
This commit is contained in:
parent
079149c1d5
commit
cb0874dca4
4 changed files with 19 additions and 0 deletions
|
|
@ -220,6 +220,10 @@ public class AlbumPageFragment extends Fragment implements ClickCallback {
|
|||
bind.albumDetailView.setVisibility(View.GONE);
|
||||
}
|
||||
});
|
||||
|
||||
if(Preferences.showAlbumDetail()){
|
||||
bind.albumDetailView.setVisibility(View.VISIBLE);
|
||||
}
|
||||
}
|
||||
|
||||
private void initAlbumInfoTextButton() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue