mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-14 09:55:53 -07:00
fix: tap the player bottom sheet header to bring player up
This commit is contained in:
parent
960dd6c76a
commit
922153837d
2 changed files with 10 additions and 0 deletions
|
|
@ -141,6 +141,10 @@ public class MainActivity extends BaseActivity {
|
|||
handler.postDelayed(runnable, 100);
|
||||
}
|
||||
|
||||
public void expandBottomSheet() {
|
||||
bottomSheetBehavior.setState(BottomSheetBehavior.STATE_EXPANDED);
|
||||
}
|
||||
|
||||
public void setBottomSheetDraggableState(Boolean isDraggable) {
|
||||
bottomSheetBehavior.setDraggable(isDraggable);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue