File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/src/main/java/to/bitkit/ui/screens Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ import to.bitkit.ui.theme.AppThemeSurface
2828import to.bitkit.ui.theme.Colors
2929import to.bitkit.ui.utils.withAccent
3030
31- // TODO: show on first LN suggestion card click
3231@Composable
3332fun TransferIntroScreen (
3433 onContinueClick : () -> Unit = {},
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ fun HomeScreen(
226226
227227 Suggestion .TRANSFER_PENDING -> Unit
228228 Suggestion .TRANSFER_CLOSING_CHANNEL -> Unit
229- Suggestion .LIGHTNING_SETTING_UP -> Unit // TODO Navigate to transfer
229+ Suggestion .LIGHTNING_SETTING_UP -> rootNavController.navigate( Routes . SettingUp )
230230 Suggestion .LIGHTNING_READY -> Unit
231231 }
232232 },
You can’t perform that action at this time.
0 commit comments