View Binding
This commit is contained in:
parent
5772fcd812
commit
903fb97eef
11 changed files with 90 additions and 117 deletions
|
@ -168,7 +168,7 @@ abstract class AbsPlayerFragment(@LayoutRes layout: Int) : AbsMainActivityFragme
|
|||
return true
|
||||
}
|
||||
R.id.action_sleep_timer -> {
|
||||
SleepTimerDialog().show(parentFragmentManager, TAG)
|
||||
SleepTimerDialog().show(parentFragmentManager, "SLEEP_TIMER")
|
||||
return true
|
||||
}
|
||||
R.id.action_set_as_ringtone -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue