feat: disable history button on camera screen

This commit is contained in:
Cutiful 2025-07-05 11:23:34 +07:00
parent 00799be513
commit 18c5b81ccf

View File

@ -111,9 +111,9 @@ fun CameraScreen(
}
},
onHistoryClick = {
navController.navigate("history")
}
// onHistoryClick = {
// navController.navigate("history")
// }
)
Image(
modifier = Modifier