forgot to remove 20 labels test
This commit is contained in:
		
							parent
							
								
									9688426093
								
							
						
					
					
						commit
						61b3c87142
					
				
					 1 changed files with 6 additions and 9 deletions
				
			
		|  | @ -43,15 +43,12 @@ abstract class AbstractTimerEditScreen(private val timerInfo: TimerInfo) { | ||||||
|                     label = R.string.name |                     label = R.string.name | ||||||
|                 ) |                 ) | ||||||
| 
 | 
 | ||||||
|                 repeat(20) { |                 LabelledInputField( | ||||||
|                     LabelledInputField( |                     value = description, | ||||||
|                         value = description, |                     onNewValue = { description = it }, | ||||||
|                         onNewValue = { description = it }, |                     label = R.string.description, | ||||||
|                         label = R.string.description, |                     singleLine = false | ||||||
|                         singleLine = false |                 ) | ||||||
|                     ) |  | ||||||
| 
 |  | ||||||
|                 } |  | ||||||
| 
 | 
 | ||||||
|                 ExtraFields() |                 ExtraFields() | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Lukas Barragan Torres
						Lukas Barragan Torres