Add calendar icon to pick date and time item.

Co-authored-by: Sgn-32 <49990901+Sgn-32@users.noreply.github.com>
This commit is contained in:
Cody Henthorne
2023-01-27 12:24:52 -05:00
committed by Greyson Parrelli
parent 1761529ce9
commit 0cb0ef977c

View File

@@ -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)
}
}