Commit db06c70
authored
Android: Fix return type of ISO (#17)
* Android: Fix return type of ISO
Returning an array is inconsistent with IOS and also gives some numbers that can't even be easily converted to the 'real' ISO you just get back automatically when this field is a string.
* fix types1 parent 00da8d1 commit db06c70
File tree
2 files changed
+2
-2
lines changed- android/src/main/java/com/lodev09/exify
- src
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments