We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876e050 commit 18c9694Copy full SHA for 18c9694
app/src/main/java/to/bitkit/ui/screens/wallets/HomeScreen.kt
@@ -226,7 +226,7 @@ fun HomeScreen(
226
227
Suggestion.TRANSFER_PENDING -> Unit
228
Suggestion.TRANSFER_CLOSING_CHANNEL -> Unit
229
- Suggestion.LIGHTNING_SETTING_UP -> Unit // TODO Navigate to transfer
+ Suggestion.LIGHTNING_SETTING_UP -> rootNavController.navigate(Routes.SettingUp)
230
Suggestion.LIGHTNING_READY -> Unit
231
}
232
},
0 commit comments