Skip to content

Commit 582b80f

Browse files
MylloonPachat2000
andcommitted
Fix phone category
Co-authored-by: Pachat2000 <[email protected]>
1 parent f1290be commit 582b80f

File tree

1 file changed

+1
-1
lines changed
  • app/src/main/kotlin/com/simplemobiletools/contacts/pro/helpers

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/simplemobiletools/contacts/pro/helpers/VcfExporter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class VcfExporter {
179179
Phone.TYPE_MOBILE -> CELL
180180
Phone.TYPE_HOME -> HOME
181181
Phone.TYPE_WORK -> WORK
182-
Phone.TYPE_MAIN -> PREF
182+
Phone.TYPE_MAIN -> MAIN
183183
Phone.TYPE_FAX_WORK -> WORK_FAX
184184
Phone.TYPE_FAX_HOME -> HOME_FAX
185185
Phone.TYPE_PAGER -> PAGER

0 commit comments

Comments
 (0)