refactor: migrate package structure from fr.ajaury.gwenedeg to bzh.ajaury.chombev
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
package fr.ajaury.gwenedeg
|
||||
package bzh.ajaury.chombev
|
||||
|
||||
import androidx.compose.ui.window.ComposeUIViewController
|
||||
|
||||
+2
-3
@@ -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
|
||||
Reference in New Issue
Block a user