We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c8f4e commit 56ef71aCopy full SHA for 56ef71a
app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/components/PlusPromo.kt
@@ -53,9 +53,9 @@ fun PlusPromo(
53
verticalAlignment = Alignment.CenterVertically,
54
modifier = modifier
55
.clip(CircleShape)
56
+ .clickable { setShowPaywall(true) }
57
.background(container)
58
.padding(16.dp)
- .clickable { setShowPaywall(true) }
59
) {
60
Icon(
61
painterResource(R.drawable.tomato_logo_notification),
0 commit comments