1
0
Fork 0

Closes #749: Adds coloring to destructive history option

master
Sawyer Blatz 2019-02-28 13:33:06 -08:00 committed by Jeff Boek
parent 725074ec16
commit d1219a26f5
1 changed files with 2 additions and 1 deletions

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