mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Linked Deprecated with Github Issue
This commit is contained in:
parent
f89fb37cc0
commit
c2e6c96710
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@ class EditActivity : AppCompatActivity() {
|
|||
imageUri = intent.getStringExtra("image") ?: ""
|
||||
vm = ViewModelProvider(this)[EditViewModel::class.java]
|
||||
val sourceExif = imageUri.toUri().path?.let { ExifInterface(it) }
|
||||
// TODO(Deprecation : 'TAG_APERTURE: String' is deprecated. Deprecated in Java)
|
||||
// TODO(Deprecation : 'TAG_ISO: String' is deprecated. Deprecated in Java)
|
||||
//TODO(Deprecation : 'TAG_APERTURE: String' is deprecated. Deprecated in Java) Issue : #6001
|
||||
// TODO(Deprecation : 'TAG_ISO: String' is deprecated. Deprecated in Java) Issue : #6001
|
||||
@Suppress("DEPRECATION")
|
||||
val exifTags =
|
||||
arrayOf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue