Swap add to to just new.

This commit is contained in:
Alex Hart
2022-10-18 10:50:01 -03:00
committed by Cody Henthorne
parent 2315a1c632
commit 20eda03a5a
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ object Stories {
fun getHeaderAction(onClick: () -> Unit): HeaderAction {
return HeaderAction(
R.string.ContactsCursorLoader_add_to,
R.string.ContactsCursorLoader_new,
R.drawable.ic_plus_12,
onClick
)