mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Code cleanup
This commit is contained in:
@@ -147,8 +147,7 @@ public class MainActivity extends BaseActivity {
|
||||
case BottomSheetBehavior.STATE_COLLAPSED:
|
||||
case BottomSheetBehavior.STATE_SETTLING:
|
||||
PlayerBottomSheetFragment playerBottomSheetFragment = (PlayerBottomSheetFragment) getSupportFragmentManager().findFragmentByTag("PlayerBottomSheet");
|
||||
if (playerBottomSheetFragment != null)
|
||||
playerBottomSheetFragment.scrollOnTop();
|
||||
if (playerBottomSheetFragment != null) playerBottomSheetFragment.scrollOnTop();
|
||||
break;
|
||||
case BottomSheetBehavior.STATE_DRAGGING:
|
||||
case BottomSheetBehavior.STATE_EXPANDED:
|
||||
|
||||
Reference in New Issue
Block a user