mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-08 20:08:06 +02:00
Removes old logs used for debuging the previous issue
This commit is contained in:
parent
c66fa1073b
commit
86e6d56dcd
@ -277,8 +277,6 @@ fun AppNavigation(
|
||||
) {
|
||||
val nip47 = it.arguments?.getString("nip47")
|
||||
|
||||
println("AABBCC NavHost Home $nip47")
|
||||
|
||||
NIP47SetupScreen(accountViewModel, nav, nip47)
|
||||
}
|
||||
}
|
||||
@ -296,8 +294,6 @@ private fun NavigateIfIntentRequested(
|
||||
accountViewModel: AccountViewModel,
|
||||
accountStateViewModel: AccountStateViewModel,
|
||||
) {
|
||||
println("AABBCC NavigateIfIntentRequested")
|
||||
|
||||
val activity = LocalContext.current.getActivity()
|
||||
var newAccount by remember { mutableStateOf<String?>(null) }
|
||||
|
||||
@ -316,7 +312,6 @@ private fun NavigateIfIntentRequested(
|
||||
}
|
||||
|
||||
LaunchedEffect(intentNextPage) {
|
||||
println("AABBCC NavigateIfIntentRequested LaunchedEffect(intentNextPage)")
|
||||
if (actionableNextPage != null) {
|
||||
actionableNextPage?.let {
|
||||
val currentRoute = getRouteWithArguments(nav.controller)
|
||||
@ -349,8 +344,6 @@ private fun NavigateIfIntentRequested(
|
||||
DisposableEffect(nav, activity) {
|
||||
val consumer =
|
||||
Consumer<Intent> { intent ->
|
||||
println("AABBCC NavigateIfIntentRequested DisposableEffect(nav, activity)")
|
||||
|
||||
val uri = intent.data?.toString()
|
||||
if (!uri.isNullOrBlank()) {
|
||||
// navigation functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user