mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +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") ?: "" |         imageUri = intent.getStringExtra("image") ?: "" | ||||||
|         vm = ViewModelProvider(this)[EditViewModel::class.java] |         vm = ViewModelProvider(this)[EditViewModel::class.java] | ||||||
|         val sourceExif = imageUri.toUri().path?.let { ExifInterface(it) } |         val sourceExif = imageUri.toUri().path?.let { ExifInterface(it) } | ||||||
|         // TODO(Deprecation : 'TAG_APERTURE: 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) |         // TODO(Deprecation : 'TAG_ISO: String' is deprecated. Deprecated in Java) Issue : #6001 | ||||||
|         @Suppress("DEPRECATION") |         @Suppress("DEPRECATION") | ||||||
|         val exifTags = |         val exifTags = | ||||||
|             arrayOf( |             arrayOf( | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neel Doshi
						Neel Doshi