Skip to content

Commit

Permalink
Feature/add support to audiobook sleep timer fix (#238)
Browse files Browse the repository at this point in the history
* Added support to audiobook sleep timer bug fix

* Added support to audiobook sleep timer bug fix

* Updated libraries

* Updated libraries
  • Loading branch information
nunommts authored Oct 13, 2023
1 parent 2fbe0d4 commit 5fde78a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.thepalaceproject.android.platform
Original file line number Diff line number Diff line change
Expand Up @@ -848,8 +848,7 @@ class AudioBookPlayerActivity :
*/

this.uiThread.runOnUIThread {
val fragment =
PlayerSleepTimerFragment.newInstance(PlayerFragmentParameters())
val fragment = PlayerSleepTimerFragment.newInstance()
fragment.show(this.supportFragmentManager, "PLAYER_SLEEP_TIMER")
}
}
Expand Down

0 comments on commit 5fde78a

Please sign in to comment.