mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-23 20:48:43 +00:00
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:
committed by
Greyson Parrelli
parent
1761529ce9
commit
0cb0ef977c
@@ -28,7 +28,7 @@ class ScheduleMessageContextMenu {
|
|||||||
action(it)
|
action(it)
|
||||||
}
|
}
|
||||||
} else {
|
} 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)
|
action(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user