Swap add to to just new.

This commit is contained in:
Alex Hart
2022-10-20 21:52:54 -04:00
committed by Cody Henthorne
parent 2315a1c632
commit 20eda03a5a
2 changed files with 2 additions and 2 deletions
@@ -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
)