mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Fix break condition
This commit is contained in:
parent
362e31c450
commit
acf8525cfd
1 changed files with 2 additions and 3 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue