mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Update AndroidX Browser and ExifInterface to latest version (#4223)
This commit is contained in:
parent
1a31265770
commit
ee50bc8188
4 changed files with 12 additions and 7 deletions
|
|
@ -16,7 +16,7 @@ class FileMetadataUtilsTest {
|
|||
@Test
|
||||
fun getTagsFromPrefAuthor() {
|
||||
val author = FileMetadataUtils.getTagsFromPref("Author")
|
||||
val authorRef = arrayOf(TAG_ARTIST, TAG_CAMARA_OWNER_NAME);
|
||||
val authorRef = arrayOf(TAG_ARTIST, TAG_CAMERA_OWNER_NAME);
|
||||
|
||||
assertTrue(Arrays.deepEquals(author, authorRef))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue