Use ic_save_24_tinted instead of ic_download_24_tinted.
This commit is contained in:
parent
8fd378db4e
commit
67b6b109de
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ object StoryContextMenu {
|
|||
}
|
||||
)
|
||||
add(
|
||||
ActionItem(R.drawable.ic_download_24_tinted, context.getString(R.string.save)) {
|
||||
ActionItem(R.drawable.ic_save_24_tinted, context.getString(R.string.save)) {
|
||||
callbacks.onSave()
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue