Fix phone category
Co-authored-by: Pachat2000 <relsegahy@gmail.com>
This commit is contained in:
parent
f1290bed27
commit
582b80ff8f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class VcfExporter {
|
|||
Phone.TYPE_MOBILE -> CELL
|
||||
Phone.TYPE_HOME -> HOME
|
||||
Phone.TYPE_WORK -> WORK
|
||||
Phone.TYPE_MAIN -> PREF
|
||||
Phone.TYPE_MAIN -> MAIN
|
||||
Phone.TYPE_FAX_WORK -> WORK_FAX
|
||||
Phone.TYPE_FAX_HOME -> HOME_FAX
|
||||
Phone.TYPE_PAGER -> PAGER
|
||||
|
|
Loading…
Reference in a new issue