Skip to content

Commit

Permalink
fix: remove garbage text
Browse files Browse the repository at this point in the history
  • Loading branch information
jd1378 committed Jul 21, 2024
1 parent 54aa569 commit 1afa0d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ fun IgnoredAppDetailItem(
IgnoredNotifType.APPLICATION -> {
Text(
modifier = Modifier.weight(1f).width(IntrinsicSize.Max),
text = appInfoResult.shortenAppLabel(40) + "asdas dsad sad asd asdd ad asd ",
text = appInfoResult.shortenAppLabel(40),
fontWeight = FontWeight.Bold,
)
Spacer(Modifier.padding(5.dp))
Expand Down

0 comments on commit 1afa0d0

Please sign in to comment.