edit button on the right
This commit is contained in:
		
							parent
							
								
									9bf77b556c
								
							
						
					
					
						commit
						5be8432b18
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -82,12 +82,13 @@ fun TimerOverviewScreen( | |||
|                 items(timers.value) { timerInfo -> | ||||
|                     TimerEntry( | ||||
|                         timerInfo = timerInfo, | ||||
|                     ) { | ||||
|                         StealthButton( | ||||
|                             text = R.string.edit, | ||||
|                             onClick = { timerOverviewActions.onEditClick(timerInfo) } | ||||
|                         ) | ||||
|                     } | ||||
|                         rightButton = { | ||||
|                             StealthButton( | ||||
|                                 text = R.string.edit, | ||||
|                                 onClick = { timerOverviewActions.onEditClick(timerInfo) } | ||||
|                             ) | ||||
|                         } | ||||
|                     ) | ||||
| 
 | ||||
|                 } | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue
	
	 Lukas Barragan Torres
						Lukas Barragan Torres