#54 added home screen view model
This commit is contained in:
		
							parent
							
								
									174c5ad45b
								
							
						
					
					
						commit
						484b71c782
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -9,6 +9,6 @@ import javax.inject.Inject | ||||||
| class HomeViewModel @Inject constructor(logService: LogService) : StudeezViewModel(logService) { | class HomeViewModel @Inject constructor(logService: LogService) : StudeezViewModel(logService) { | ||||||
| 
 | 
 | ||||||
|     fun onStartSessionClick(openAndPopUp: (String, String) -> Unit) { |     fun onStartSessionClick(openAndPopUp: (String, String) -> Unit) { | ||||||
|         //openAndPopUp(StudeezDestinations.xxx, StudeezDestinations.HOME_SCREEN) |         // openAndPopUp(StudeezDestinations.xxx, StudeezDestinations.HOME_SCREEN) | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Reference in a new issue
	
	 lbarraga
						lbarraga