added add screen to routes
This commit is contained in:
		
							parent
							
								
									a28a425c3c
								
							
						
					
					
						commit
						24fe1b4f78
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -32,6 +32,7 @@ import be.ugent.sel.studeez.screens.sessions.SessionsRoute
 | 
			
		|||
import be.ugent.sel.studeez.screens.settings.SettingsRoute
 | 
			
		||||
import be.ugent.sel.studeez.screens.sign_up.SignUpRoute
 | 
			
		||||
import be.ugent.sel.studeez.screens.splash.SplashRoute
 | 
			
		||||
import be.ugent.sel.studeez.screens.timer_add.TimerAddRoute
 | 
			
		||||
import be.ugent.sel.studeez.screens.timer_add.TimerTypeSelectScreen
 | 
			
		||||
import be.ugent.sel.studeez.screens.timer_edit.TimerEditRoute
 | 
			
		||||
import be.ugent.sel.studeez.screens.timer_overview.TimerOverviewRoute
 | 
			
		||||
| 
						 | 
				
			
			@ -207,9 +208,9 @@ fun StudeezNavGraph(
 | 
			
		|||
        }
 | 
			
		||||
 | 
			
		||||
        composable(StudeezDestinations.ADD_TIMER_SCREEN) {
 | 
			
		||||
            AddTimerRoute(
 | 
			
		||||
            TimerAddRoute(
 | 
			
		||||
                open = open,
 | 
			
		||||
                goBack = goBack,
 | 
			
		||||
                popUp = goBack,
 | 
			
		||||
                viewModel = hiltViewModel()
 | 
			
		||||
            )
 | 
			
		||||
        }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,4 @@
 | 
			
		|||
package be.ugent.sel.studeez.screens.timer_add
 | 
			
		||||
 | 
			
		||||
class TimerAddRoute {
 | 
			
		||||
}
 | 
			
		||||
		Reference in a new issue