fix: rm redundant button
This commit is contained in:
parent
8c6fa7ac1c
commit
1978921551
|
|
@ -177,12 +177,6 @@ fun AboutScreen(
|
|||
) {
|
||||
Text(text = stringResource(id = R.string.oss_attribution))
|
||||
}
|
||||
Button(
|
||||
onClick = { navController.popBackStack() },
|
||||
modifier = Modifier.fillMaxWidth()
|
||||
) {
|
||||
Text(text = stringResource(id = R.string.back))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue