Skip to content

Commit

Permalink
Merge branch 'master' into 1.14.1/overscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyroid authored Nov 17, 2024
2 parents ab1333d + d3da263 commit 2033770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions androidApp/src/main/java/com/m3u/androidApp/ui/Scaffold.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.hapticfeedback.HapticFeedbackType
import androidx.compose.ui.layout.SubcomposeLayout
import androidx.compose.ui.platform.LocalDensity
import androidx.compose.ui.platform.LocalHapticFeedback
import androidx.compose.ui.res.stringResource
import androidx.compose.ui.text.style.TextOverflow
Expand Down Expand Up @@ -138,6 +139,7 @@ internal fun MainContent(
val tv = tv()
val spacing = LocalSpacing.current
val hazeState = LocalHazeState.current
val density = LocalDensity.current

val title = Metadata.title
val subtitle = Metadata.subtitle
Expand Down

0 comments on commit 2033770

Please sign in to comment.