mirror of
				https://github.com/recloudstream/cloudstream.git
				synced 2024-08-15 01:53:11 +00:00 
			
		
		
		
	Update dependencies, lets hope it does not fuck up anything
This commit is contained in:
		
							parent
							
								
									b79e2d768f
								
							
						
					
					
						commit
						514e250d68
					
				
					 4 changed files with 12 additions and 10 deletions
				
			
		|  | @ -16,9 +16,11 @@ import androidx.appcompat.app.AlertDialog | |||
| import androidx.appcompat.app.AppCompatActivity | ||||
| import androidx.core.view.isVisible | ||||
| import androidx.fragment.app.FragmentActivity | ||||
| import androidx.navigation.* | ||||
| import androidx.navigation.NavController | ||||
| import androidx.navigation.NavDestination | ||||
| import androidx.navigation.NavDestination.Companion.hierarchy | ||||
| import androidx.navigation.NavGraph.Companion.findStartDestination | ||||
| import androidx.navigation.NavOptions | ||||
| import androidx.navigation.fragment.NavHostFragment | ||||
| import androidx.navigation.ui.setupWithNavController | ||||
| import androidx.preference.PreferenceManager | ||||
|  |  | |||
|  | @ -69,7 +69,7 @@ class EasterEggMonke : AppCompatActivity() { | |||
|         set.duration = (Math.random() * 1500 + 2500).toLong() | ||||
| 
 | ||||
|         set.addListener(object : AnimatorListenerAdapter() { | ||||
|             override fun onAnimationEnd(animation: Animator?) { | ||||
|             override fun onAnimationEnd(animation: Animator) { | ||||
|                 frame.removeView(newStar) | ||||
|             } | ||||
|         }) | ||||
|  |  | |||
|  | @ -439,7 +439,7 @@ public class NonFinalTextRenderer extends BaseRenderer implements Callback { | |||
|         ).collect(Collectors.toList()); | ||||
| 
 | ||||
|         output.onCues(fixedCues); | ||||
|         output.onCues(new CueGroup(fixedCues)); | ||||
|         output.onCues(new CueGroup(fixedCues, 0L)); | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue