Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lsongdev committed Aug 28, 2024
1 parent 21cd030 commit c3c4a67
Show file tree
Hide file tree
Showing 7 changed files with 452 additions and 598 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/me/lsong/mytv/MainActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import kotlinx.coroutines.FlowPreview
import kotlinx.coroutines.channels.Channel
import kotlinx.coroutines.flow.consumeAsFlow
import kotlinx.coroutines.flow.debounce
import me.lsong.mytv.ui.LoadingScreen
import me.lsong.mytv.ui.MainScreen
import me.lsong.mytv.ui.components.LeanbackPadding
import me.lsong.mytv.ui.theme.LeanbackTheme
import me.lsong.mytv.ui.toast.LeanbackToastScreen
Expand Down Expand Up @@ -117,7 +117,7 @@ fun LeanbackApp(
) {
val doubleBackPressedExitState = rememberLeanbackDoubleBackPressedExitState()
LeanbackToastScreen()
LoadingScreen(
MainScreen(
modifier = modifier,
onBackPressed = {
if (doubleBackPressedExitState.allowExit) {
Expand Down
237 changes: 0 additions & 237 deletions app/src/main/java/me/lsong/mytv/ui/LoadingScreen.kt

This file was deleted.

Loading

0 comments on commit c3c4a67

Please sign in to comment.