File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import to.bitkit.ui.components.IncomingTransfer
3535import to.bitkit.ui.components.SecondaryButton
3636import to.bitkit.ui.components.TabBar
3737import to.bitkit.ui.scaffold.AppTopBar
38+ import to.bitkit.ui.scaffold.DrawerNavIcon
3839import to.bitkit.ui.scaffold.ScreenColumn
3940import to.bitkit.ui.screens.wallets.activity.components.ActivityListGrouped
4041import to.bitkit.ui.screens.wallets.activity.utils.previewOnchainActivityItems
@@ -82,6 +83,9 @@ fun SavingsWalletScreen(
8283 titleText = stringResource(R .string.wallet__savings__title),
8384 icon = painterResource(R .drawable.ic_btc_circle),
8485 onBackClick = onBackClick,
86+ actions = {
87+ DrawerNavIcon ()
88+ }
8589 )
8690 Column (
8791 modifier = Modifier .padding(horizontal = 16 .dp)
You can’t perform that action at this time.
0 commit comments