Skip to content

Commit ad4733a

Browse files
authored
Merge pull request #301 from synonymdev/feat/in-progress-transfer-navigation
In-progress transfer navigation
2 parents e84dc69 + 10d1b66 commit ad4733a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/transfer/TransferIntroScreen.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import to.bitkit.ui.theme.AppThemeSurface
2828
import to.bitkit.ui.theme.Colors
2929
import to.bitkit.ui.utils.withAccent
3030

31-
// TODO: show on first LN suggestion card click
3231
@Composable
3332
fun TransferIntroScreen(
3433
onContinueClick: () -> Unit = {},

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)