Skip to content

Commit ce5b469

Browse files
committed
feat: handle pending suggestion types WIP
1 parent 3b45a24 commit ce5b469

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ import to.bitkit.ui.shared.util.shareText
106106
import to.bitkit.ui.sheets.BackupRoute
107107
import to.bitkit.ui.sheets.HighBalanceWarningSheet
108108
import to.bitkit.ui.sheets.PinRoute
109+
import to.bitkit.ui.sheets.PinRoute.Prompt
109110
import to.bitkit.ui.theme.AppThemeSurface
110111
import to.bitkit.ui.theme.Colors
111112
import 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 = {

0 commit comments

Comments
 (0)