File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ import to.bitkit.ui.shared.util.shareText
106106import to.bitkit.ui.sheets.BackupRoute
107107import to.bitkit.ui.sheets.HighBalanceWarningSheet
108108import to.bitkit.ui.sheets.PinRoute
109+ import to.bitkit.ui.sheets.PinRoute.Prompt
109110import to.bitkit.ui.theme.AppThemeSurface
110111import to.bitkit.ui.theme.Colors
111112import to.bitkit.ui.utils.withAccent
@@ -221,6 +222,11 @@ fun HomeScreen(
221222 rootNavController.navigate(Routes .QuickPaySettings )
222223 }
223224 }
225+
226+ Suggestion .TRANSFER_PENDING -> Unit
227+ Suggestion .TRANSFER_CLOSING_CHANNEL -> Unit
228+ Suggestion .LIGHTNING_SETTING_UP -> TODO ()
229+ Suggestion .LIGHTNING_READY -> TODO ()
224230 }
225231 },
226232 onClickAddWidget = {
You can’t perform that action at this time.
0 commit comments