mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Fix break condition
This commit is contained in:
@@ -154,9 +154,8 @@ public class MainActivity extends BaseActivity {
|
|||||||
hideMusicSession();
|
hideMusicSession();
|
||||||
break;
|
break;
|
||||||
case BottomSheetBehavior.STATE_COLLAPSED:
|
case BottomSheetBehavior.STATE_COLLAPSED:
|
||||||
if (playerBottomSheetFragment != null) {
|
if (playerBottomSheetFragment != null) playerBottomSheetFragment.goBackToFirstPage();
|
||||||
playerBottomSheetFragment.goBackToFirstPage();
|
break;
|
||||||
}
|
|
||||||
case BottomSheetBehavior.STATE_SETTLING:
|
case BottomSheetBehavior.STATE_SETTLING:
|
||||||
case BottomSheetBehavior.STATE_EXPANDED:
|
case BottomSheetBehavior.STATE_EXPANDED:
|
||||||
case BottomSheetBehavior.STATE_DRAGGING:
|
case BottomSheetBehavior.STATE_DRAGGING:
|
||||||
|
|||||||
Reference in New Issue
Block a user