mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Quit service when bottom_sheet_header is dragged down
This commit is contained in:
parent
12b23ab3c2
commit
5e6d28ece3
3 changed files with 11 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ public class MainActivity extends BaseActivity {
|
|||
break;
|
||||
case BottomSheetBehavior.STATE_HIDDEN:
|
||||
MusicPlayerRemote.pauseSong();
|
||||
MusicPlayerRemote.quitPlaying();
|
||||
mainViewModel.deleteQueue();
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue