mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 07:03:35 +00:00
Code cleanup
This commit is contained in:
@@ -267,9 +267,7 @@ public class PlayerBottomSheetFragment extends Fragment implements MusicServiceE
|
||||
}
|
||||
|
||||
private void initMusicCommandUnfoldButton() {
|
||||
bodyBind.playerCommandUnfoldButton.setOnClickListener(view -> {
|
||||
setPlayerCommandViewVisibility(bodyBind.playerCommandCardview.getVisibility() == View.INVISIBLE || bodyBind.playerCommandCardview.getVisibility() == View.GONE);
|
||||
});
|
||||
bodyBind.playerCommandUnfoldButton.setOnClickListener(view -> setPlayerCommandViewVisibility(bodyBind.playerCommandCardview.getVisibility() == View.INVISIBLE || bodyBind.playerCommandCardview.getVisibility() == View.GONE));
|
||||
}
|
||||
|
||||
private void initMusicCommandButton() {
|
||||
|
||||
Reference in New Issue
Block a user