Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam committed Mar 28, 2024
1 parent 4e1329e commit f51190a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,13 +341,11 @@ fun GoalPriorityCard(goalPriority: GoalPriority, reminders: Boolean) {
val (reminderIcon, reminderText) = when (reminders) {
true -> Pair(
Icons.Filled.NotificationsActive,
//ImageVector.vectorResource(R.drawable.ic_reminder_on),
stringResource(id = R.string.info_reminder_status_on)
)

false -> Pair(
Icons.Filled.NotificationsOff,
// ImageVector.vectorResource(R.drawable.ic_reminder_off),
stringResource(id = R.string.info_reminder_status_off)
)
}
Expand Down

0 comments on commit f51190a

Please sign in to comment.