mirror of
				https://github.com/commons-app/apps-android-commons.git
				synced 2025-10-31 14:53:59 +01:00 
			
		
		
		
	DescriptionEditActivity.kt: modified property names to camel case to meet ktlint standard
This commit is contained in:
		
							parent
							
								
									bcf682fff4
								
							
						
					
					
						commit
						a12cd67a4e
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -70,7 +70,7 @@ class DescriptionEditActivity : | ||||||
| 
 | 
 | ||||||
|     private lateinit var binding: ActivityDescriptionEditBinding |     private lateinit var binding: ActivityDescriptionEditBinding | ||||||
| 
 | 
 | ||||||
|     private val REQUEST_CODE_FOR_VOICE_INPUT = 1213 |     private val requestCodeForVoiceInput = 1213 | ||||||
| 
 | 
 | ||||||
|     private var descriptionAndCaptions: ArrayList<UploadMediaDetail>? = null |     private var descriptionAndCaptions: ArrayList<UploadMediaDetail>? = null | ||||||
| 
 | 
 | ||||||
|  | @ -298,7 +298,7 @@ class DescriptionEditActivity : | ||||||
|         data: Intent?, |         data: Intent?, | ||||||
|     ) { |     ) { | ||||||
|         super.onActivityResult(requestCode, resultCode, data) |         super.onActivityResult(requestCode, resultCode, data) | ||||||
|         if (requestCode == REQUEST_CODE_FOR_VOICE_INPUT) { |         if (requestCode == requestCodeForVoiceInput) { | ||||||
|             if (resultCode == RESULT_OK && data != null) { |             if (resultCode == RESULT_OK && data != null) { | ||||||
|                 val result = data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS) |                 val result = data.getStringArrayListExtra(RecognizerIntent.EXTRA_RESULTS) | ||||||
|                 uploadMediaDetailAdapter.handleSpeechResult(result!![0]) |                 uploadMediaDetailAdapter.handleSpeechResult(result!![0]) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tristan81
						tristan81