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