refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev

This commit is contained in:
2026-07-07 18:58:17 +02:00
parent 272cefa5fd
commit 6361fa6e74
119 changed files with 370 additions and 376 deletions
@@ -1,4 +1,4 @@
package fr.ajaury.gwenedeg
package bzh.ajaury.chombev
import androidx.compose.ui.window.ComposeUIViewController
@@ -1,4 +1,4 @@
package fr.ajaury.gwenedeg.web.ui
package bzh.ajaury.chombev.web.ui
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
@@ -40,5 +40,4 @@ actual fun PlatformWebView(
)
}
private fun Boolean.toInterfaceStyle(): UIUserInterfaceStyle =
if (this) UIUserInterfaceStyleDark else UIUserInterfaceStyleLight
private fun Boolean.toInterfaceStyle(): UIUserInterfaceStyle = if (this) UIUserInterfaceStyleDark else UIUserInterfaceStyleLight