🛠️ Update Sdk to API 35 & Migrate Gradle to 8.9 & Various dependencies update
This commit is contained in:
parent
c107695c1e
commit
d0c0c9e133
9 changed files with 43 additions and 42 deletions
|
|
@ -28,7 +28,7 @@ fun Tooltip(
|
|||
content: @Composable () -> Unit
|
||||
) {
|
||||
TooltipBox(
|
||||
positionProvider = TooltipDefaults.rememberPlainTooltipPositionProvider(padding),
|
||||
positionProvider = TooltipDefaults.rememberTooltipPositionProvider(padding),
|
||||
focusable = false,
|
||||
enableUserInput = enabled,
|
||||
tooltip = {
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ import androidx.compose.runtime.Composable
|
|||
import androidx.compose.runtime.Immutable
|
||||
import androidx.compose.runtime.SideEffect
|
||||
import androidx.compose.ui.graphics.Color
|
||||
import androidx.compose.ui.graphics.toArgb
|
||||
import androidx.compose.ui.platform.LocalView
|
||||
import androidx.core.view.WindowCompat
|
||||
import kotlinx.parcelize.Parcelize
|
||||
|
|
@ -95,9 +94,6 @@ fun BookStoryTheme(
|
|||
SideEffect {
|
||||
val window = (view.context as Activity).window
|
||||
|
||||
window.statusBarColor = Color.Transparent.toArgb()
|
||||
window.navigationBarColor = Color.Transparent.toArgb()
|
||||
|
||||
// Disabling Autofill
|
||||
window.decorView.importantForAutofill =
|
||||
View.IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue