Skip to content

Commit

Permalink
update: playback activity scaffold enableDrawer=false
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Sep 9, 2024
1 parent 321c33b commit 4e63043
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/kotlin/com/muedsa/agetv/PlaybackActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class PlaybackActivity : ComponentActivity() {
TvTheme {
Scaffold(
holdBack = false,
enableDrawer = false,
colors = SurfaceDefaults.colors(
containerColor = Color.Black,
contentColor = MaterialTheme.colorScheme.onBackground
Expand Down

0 comments on commit 4e63043

Please sign in to comment.