mirror of
https://gitea.mayex.net/mayekkuzu/Audinaut.git
synced 2025-01-23 18:14:54 +03:00
Cleanup empty override style
This commit is contained in:
parent
7cc4495d19
commit
727219a1ca
@ -167,9 +167,7 @@ public class SubsonicFragmentActivity extends SubsonicActivity implements Downlo
|
||||
slideUpPanel = findViewById(R.id.slide_up_panel);
|
||||
panelSlideListener = new SlidingUpPanelLayout.PanelSlideListener() {
|
||||
@Override
|
||||
public void onPanelSlide(View panel, float slideOffset) {
|
||||
|
||||
}
|
||||
public void onPanelSlide(View panel, float slideOffset) {}
|
||||
|
||||
@Override
|
||||
public void onPanelStateChanged(View panel, PanelState previousState, PanelState newState) {
|
||||
|
Loading…
Reference in New Issue
Block a user