Skip to content

Commit 56ef71a

Browse files
committed
fix(ui): make entire Tomato+ banner clickable
1 parent b6c8f4e commit 56ef71a

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/components

1 file changed

+1
-1
lines changed

app/src/main/java/org/nsh07/pomodoro/ui/settingsScreen/components/PlusPromo.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ fun PlusPromo(
5353
verticalAlignment = Alignment.CenterVertically,
5454
modifier = modifier
5555
.clip(CircleShape)
56+
.clickable { setShowPaywall(true) }
5657
.background(container)
5758
.padding(16.dp)
58-
.clickable { setShowPaywall(true) }
5959
) {
6060
Icon(
6161
painterResource(R.drawable.tomato_logo_notification),

0 commit comments

Comments
 (0)