Skip to content

Commit ca9eef1

Browse files
committed
chore: show instead of push ConnectAccountScreen from home screen
Signed-off-by: Brandon McAnsh <git@bmcreations.dev>
1 parent 7baaf2d commit ca9eef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/com/getcode/view/main/home

app/src/main/java/com/getcode/view/main/home/HomeScan.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ private fun HomeScan(
198198
if (dataState.tipCardConnected) {
199199
homeViewModel.presentShareableTipCard()
200200
} else {
201-
navigator.push(ConnectAccount())
201+
navigator.show(ConnectAccount())
202202
}
203203
}
204204
HomeBottomSheet.NONE -> Unit

0 commit comments

Comments
 (0)