Lots of changes for series

This commit is contained in:
Damontecres 2025-09-30 10:55:32 -04:00
parent d7dde352bc
commit 62f557988e
No known key found for this signature in database
34 changed files with 1956 additions and 216 deletions

View file

@ -53,7 +53,7 @@ class MainActivity : AppCompatActivity() {
super.onCreate(savedInstanceState)
setContent {
val scope = rememberCoroutineScope()
DolphinTheme {
DolphinTheme(true) {
Surface(
modifier = Modifier.fillMaxSize(),
shape = RectangleShape,