#40 button now starts a new session
This commit is contained in:
		
							parent
							
								
									d409294ad8
								
							
						
					
					
						commit
						d5b9e1dae8
					
				
					 4 changed files with 61 additions and 66 deletions
				
			
		| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
package be.ugent.sel.studeez.screens.timers
 | 
			
		||||
 | 
			
		||||
import be.ugent.sel.studeez.data.local.models.timer_functional.FunctionalTimer
 | 
			
		||||
import javax.inject.Inject
 | 
			
		||||
import javax.inject.Singleton
 | 
			
		||||
 | 
			
		||||
@Singleton
 | 
			
		||||
class SelectedTimerRepo @Inject constructor(){
 | 
			
		||||
    var selectedTimer: FunctionalTimer? = null
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in a new issue