feat: disable history button on camera screen
This commit is contained in:
parent
00799be513
commit
18c5b81ccf
|
|
@ -111,9 +111,9 @@ fun CameraScreen(
|
|||
}
|
||||
|
||||
},
|
||||
onHistoryClick = {
|
||||
navController.navigate("history")
|
||||
}
|
||||
// onHistoryClick = {
|
||||
// navController.navigate("history")
|
||||
// }
|
||||
)
|
||||
Image(
|
||||
modifier = Modifier
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user