mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Code cleanup
This commit is contained in:
parent
55f381f121
commit
84fc07efe7
1 changed files with 1 additions and 3 deletions
|
|
@ -267,9 +267,7 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initMusicCommandUnfoldButton() {
|
private void initMusicCommandUnfoldButton() {
|
||||||
bodyBind.playerCommandUnfoldButton.setOnClickListener(view -> {
|
bodyBind.playerCommandUnfoldButton.setOnClickListener(view -> setPlayerCommandViewVisibility(bodyBind.playerCommandCardview.getVisibility() == View.INVISIBLE || bodyBind.playerCommandCardview.getVisibility() == View.GONE));
|
||||||
setPlayerCommandViewVisibility(bodyBind.playerCommandCardview.getVisibility() == View.INVISIBLE || bodyBind.playerCommandCardview.getVisibility() == View.GONE);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initMusicCommandButton() {
|
private void initMusicCommandButton() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue