mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 10:23:33 +00:00
Fix a bunch of lint warning
This commit is contained in:
parent
9c661bd283
commit
a49626aa43
7 changed files with 34 additions and 24 deletions
|
|
@ -153,6 +153,10 @@ public class MainActivity extends BaseActivity {
|
|||
if (playerBottomSheetFragment != null)
|
||||
playerBottomSheetFragment.scrollOnTop();
|
||||
break;
|
||||
case BottomSheetBehavior.STATE_DRAGGING:
|
||||
case BottomSheetBehavior.STATE_EXPANDED:
|
||||
case BottomSheetBehavior.STATE_HALF_EXPANDED:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue