fix: rm redundant button

This commit is contained in:
Infi 2023-03-05 04:18:10 +01:00
parent 8c6fa7ac1c
commit 1978921551
1 changed files with 0 additions and 6 deletions

View File

@ -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))
}
}
}
}