Skip to content
Snippets Groups Projects
Verified Commit b8b12bc3 authored by Sebastian's avatar Sebastian
Browse files

Remove overlow parameter in AboutScreen

parent f10c200e
Branches
Tags
1 merge request!168Make use of dependencies in BuildData
......@@ -91,7 +91,6 @@ fun AboutScreen(modifier: Modifier = Modifier.padding(16.dp)) {
Strings.APP_NAME,
style = MaterialTheme.typography.h4,
modifier = Modifier.padding(start = 16.dp),
overflow = TextOverflow.Ellipsis,
maxLines = 1,
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment