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 = { // onHistoryClick = {
navController.navigate("history") // navController.navigate("history")
} // }
) )
Image( Image(
modifier = Modifier modifier = Modifier