mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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();
|
||||
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue