Merge branch 'fea/voice-search-toggle' of https://github.com/JustinZeus/Wholphin into fea/voice-search-toggle

This commit is contained in:
Justin Visser 2026-05-21 20:25:43 +02:00
commit ed6d935f55
3 changed files with 3 additions and 5 deletions

View file

@ -10,9 +10,7 @@ import androidx.compose.foundation.interaction.collectIsFocusedAsState
import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.offset import androidx.compose.foundation.layout.offset
import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.padding
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
@ -117,7 +115,7 @@ fun PlaybackController(
} }
else -> { else -> {
Spacer(Modifier.height(32.dp)) Unit
} }
} }
} }

View file

@ -9,7 +9,7 @@ hiltNavigationCompose = "1.3.0"
hiltWork = "1.3.0" hiltWork = "1.3.0"
kache = "2.1.1" kache = "2.1.1"
kotlin = "2.3.21" kotlin = "2.3.21"
ksp = "2.3.7" ksp = "2.3.8"
coreKtx = "1.18.0" coreKtx = "1.18.0"
appcompat = "1.7.1" appcompat = "1.7.1"
composeBom = "2026.05.00" composeBom = "2026.05.00"

View file

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
networkTimeout=10000 networkTimeout=10000
retries=0 retries=0
retryBackOffMs=500 retryBackOffMs=500