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