AttendanceScreenContent.kt
This commit is contained in:
@@ -28,9 +28,9 @@ internal fun AttendanceScreenContent(
|
||||
) {
|
||||
|
||||
Box(modifier = modifier.fillMaxSize()) {
|
||||
// IconButton(onClick = onClickSettings) {
|
||||
// Icon(painter = painterResource(id = R.drawable.baseline_settings_24), contentDescription ="settings" )
|
||||
// }
|
||||
IconButton(onClick = onClickSettings) {
|
||||
Icon(painter = painterResource(id = R.drawable.baseline_settings_24), contentDescription ="settings" )
|
||||
}
|
||||
Column {
|
||||
when {
|
||||
!cameraPermissionState.status.isGranted -> {
|
||||
|
||||
Reference in New Issue
Block a user