mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -161,7 +161,7 @@ class AudioPlayActivity :
|
||||
}
|
||||
binding.composeView.setContent {
|
||||
AppTheme {
|
||||
TimerView(
|
||||
TimerDialog(
|
||||
state = timerViewState,
|
||||
binding.ivTimer
|
||||
)
|
||||
|
||||
@@ -12,7 +12,7 @@ import io.legado.app.service.AudioPlayService
|
||||
|
||||
|
||||
@Composable
|
||||
fun TimerView(state: MutableState<Boolean>, parent: View) {
|
||||
fun TimerDialog(state: MutableState<Boolean>, parent: View) {
|
||||
val intOffset = IntArray(2)
|
||||
parent.getLocationInWindow(intOffset)
|
||||
if (state.value) {
|
||||
|
||||
Reference in New Issue
Block a user