Skip to content

Commit 5e9e6a2

Browse files
committed
fix: drawer button
1 parent f556b2f commit 5e9e6a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ import to.bitkit.ui.components.IncomingTransfer
3535
import to.bitkit.ui.components.SecondaryButton
3636
import to.bitkit.ui.components.TabBar
3737
import to.bitkit.ui.scaffold.AppTopBar
38+
import to.bitkit.ui.scaffold.DrawerNavIcon
3839
import to.bitkit.ui.scaffold.ScreenColumn
3940
import to.bitkit.ui.screens.wallets.activity.components.ActivityListGrouped
4041
import 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)

0 commit comments

Comments
 (0)