2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/749: Adds coloring to destructive history option

This commit is contained in:
Sawyer Blatz 2019-02-28 13:33:06 -08:00 committed by Jeff Boek
parent ade773f5d3
commit d3299beb5a

View File

@ -22,7 +22,8 @@ class HistoryItemMenu(
private val menuItems by lazy {
listOf(
SimpleBrowserMenuItem(
context.getString(R.string.history_delete_item)
context.getString(R.string.history_delete_item),
R.color.photonRed60
) {
onItemTapped.invoke(Item.Delete)
}