Skip to content

Commit 62c41f0

Browse files
committed
fix: hide sheet
1 parent b447b0f commit 62c41f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/to/bitkit/ui/ContentView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ fun ContentView(
334334
walletState = walletUiState,
335335
navigateToExternalConnection = {
336336
navController.navigate(Routes.ExternalConnection())
337+
appViewModel.hideSheet()
337338
}
338339
)
339340
}

0 commit comments

Comments
 (0)