Linked Deprecated with Github Issue

This commit is contained in:
Neel Doshi 2024-12-06 20:17:13 +05:30
parent f89fb37cc0
commit c2e6c96710

View file

@ -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(