refactor getters/setters
This commit is contained in:
		
							parent
							
								
									1c014e6ac5
								
							
						
					
					
						commit
						9834ce4a06
					
				
					 6 changed files with 15 additions and 27 deletions
				
			
		| 
						 | 
				
			
			@ -50,7 +50,7 @@ private fun Timer(viewModel: SessionViewModel = hiltViewModel()) {
 | 
			
		|||
            fontSize = 80.sp
 | 
			
		||||
        )
 | 
			
		||||
        Text(
 | 
			
		||||
            text = viewModel.getTimer().getViewString(),
 | 
			
		||||
            text = viewModel.getTimer().view,
 | 
			
		||||
            modifier = Modifier.fillMaxWidth(),
 | 
			
		||||
            textAlign = TextAlign.Center,
 | 
			
		||||
            fontWeight = FontWeight.Light,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue