session recap
This commit is contained in:
		
							parent
							
								
									d381480c43
								
							
						
					
					
						commit
						5148d2de4e
					
				
					 3 changed files with 12 additions and 2 deletions
				
			
		|  | @ -31,6 +31,7 @@ import be.ugent.sel.studeez.screens.log_in.LoginRoute | |||
| import be.ugent.sel.studeez.screens.profile.EditProfileRoute | ||||
| import be.ugent.sel.studeez.screens.profile.ProfileRoute | ||||
| import be.ugent.sel.studeez.screens.session.SessionRoute | ||||
| import be.ugent.sel.studeez.screens.session_recap.SessionRecapRoute | ||||
| import be.ugent.sel.studeez.screens.sign_up.SignUpRoute | ||||
| import be.ugent.sel.studeez.screens.splash.SplashRoute | ||||
| import be.ugent.sel.studeez.screens.timer_overview.TimerOverviewRoute | ||||
|  | @ -147,7 +148,7 @@ fun StudeezNavGraph( | |||
|         } | ||||
| 
 | ||||
|         composable(StudeezDestinations.SESSION_SCREEN) { | ||||
|             SessionRoute(open, viewModel = hiltViewModel()) | ||||
|             SessionRoute(open, openAndPopUp, viewModel = hiltViewModel()) | ||||
|         } | ||||
| 
 | ||||
|         // TODO Timers screen | ||||
|  | @ -167,5 +168,12 @@ fun StudeezNavGraph( | |||
|                 navBarViewModel = navBarViewModel, | ||||
|             ) | ||||
|         } | ||||
| 
 | ||||
|         composable(StudeezDestinations.SESSION_RECAP) { | ||||
|             SessionRecapRoute( | ||||
|                 openAndPopUp = openAndPopUp, | ||||
|                 viewModel = hiltViewModel() | ||||
|             ) | ||||
|         } | ||||
|     } | ||||
| } | ||||
|  |  | |||
|  | @ -10,6 +10,7 @@ | |||
|         <!-- Actions --> | ||||
|         <string name="confirm">Confirm</string> | ||||
|         <string name="save">Save</string> | ||||
|         <string name="discard">Discard</string> | ||||
|         <string name="cancel">Cancel</string> | ||||
|         <string name="go_back">Go back</string> | ||||
|         <string name="next">Next</string> | ||||
|  |  | |||
		Reference in a new issue
	
	 lbarraga
						lbarraga