Removed animation
This commit is contained in:
parent
6b59c2f77f
commit
6d0b511c52
4 changed files with 6 additions and 11 deletions
|
@ -109,7 +109,7 @@ abstract class AbsPlayerFragment : AbsMusicServiceFragment(),
|
|||
return true
|
||||
}
|
||||
R.id.action_show_lyrics -> {
|
||||
NavigationUtil.goToLyrics(requireActivity(), null)
|
||||
NavigationUtil.goToLyrics(requireActivity())
|
||||
return true
|
||||
}
|
||||
R.id.action_equalizer -> {
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
package code.name.monkey.retromusic.fragments.player.peak
|
||||
|
||||
import android.app.ActivityOptions
|
||||
import android.os.Bundle
|
||||
import android.view.LayoutInflater
|
||||
import android.view.View
|
||||
|
@ -50,8 +49,7 @@ class PeakPlayerFragment : AbsPlayerFragment() {
|
|||
setUpSubFragments()
|
||||
title.isSelected = true
|
||||
playerImage.setOnClickListener {
|
||||
val options = ActivityOptions.makeSceneTransitionAnimation(requireActivity(), it, getString(R.string.transition_lyrics))
|
||||
NavigationUtil.goToLyrics(requireActivity(), options)
|
||||
NavigationUtil.goToLyrics(requireActivity())
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue