Reader bug fix

This commit is contained in:
tom5079
2021-12-20 18:04:29 +09:00
parent b82ef8695c
commit f6f0ed40c1
13 changed files with 497 additions and 368 deletions

View File

@@ -75,7 +75,7 @@ class MainActivity : ComponentActivity(), DIAware {
LaunchedEffect(Unit) {
if (!launched) {
val source = it.arguments?.getString("source") ?: "hitomi.la"
val source = it.arguments?.getString("source") ?: "manatoki.net"
navController.navigate(source)
launched = true
} else {