Skip to content

Commit

Permalink
Add calendar icon to pick date and time item.
Browse files Browse the repository at this point in the history
Co-authored-by: Sgn-32 <49990901+Sgn-32@users.noreply.github.com>
  • Loading branch information
2 people authored and greyson-signal committed Jan 27, 2023
1 parent 1761529 commit 0cb0ef9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class ScheduleMessageContextMenu {
action(it)
}
} else {
ActionItem(0, anchor.context.getString(R.string.ScheduledMessages_pick_time)) {
ActionItem(R.drawable.ic_calendar_24, anchor.context.getString(R.string.ScheduledMessages_pick_time)) {
action(it)
}
}
Expand Down

0 comments on commit 0cb0ef9

Please sign in to comment.