Skip to content

Commit 18c9694

Browse files
committed
feat: navigation
1 parent 876e050 commit 18c9694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/HomeScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

0 commit comments

Comments
 (0)