| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -96,12 +96,9 @@ class AudioPlayService : BaseService(), | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                IntentAction.adjustSpeed -> upSpeed(intent.getFloatExtra("adjust", 1f)) | 
					 | 
					 | 
					 | 
					                IntentAction.adjustSpeed -> upSpeed(intent.getFloatExtra("adjust", 1f)) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                IntentAction.addTimer -> addTimer() | 
					 | 
					 | 
					 | 
					                IntentAction.addTimer -> addTimer() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                IntentAction.setTimer -> setTimer(intent.getIntExtra("minute", 0)) | 
					 | 
					 | 
					 | 
					                IntentAction.setTimer -> setTimer(intent.getIntExtra("minute", 0)) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                IntentAction.adjustProgress -> adjustProgress( | 
					 | 
					 | 
					 | 
					                IntentAction.adjustProgress -> { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    intent.getIntExtra( | 
					 | 
					 | 
					 | 
					                    adjustProgress(intent.getIntExtra("position", position)) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        "position", | 
					 | 
					 | 
					 | 
					                } | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        position | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                    ) | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                ) | 
					 | 
					 | 
					 | 
					 | 
				
			
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                else -> stopSelf() | 
					 | 
					 | 
					 | 
					                else -> stopSelf() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					            } | 
					 | 
					 | 
					 | 
					            } | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        } | 
					 | 
					 | 
					 | 
					        } | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |