fix: banner crash
This commit is contained in:
parent
31c509f88c
commit
71870ff235
10 changed files with 366 additions and 127 deletions
|
@ -233,10 +233,10 @@ class HomeFragment : Fragment() {
|
|||
false
|
||||
)
|
||||
more.setOnClickListener { _ ->
|
||||
MediaListViewActivity.mediaList = it
|
||||
ContextCompat.startActivity(
|
||||
requireActivity(), Intent(requireActivity(), MediaListViewActivity::class.java)
|
||||
.putExtra("title", string),
|
||||
.putExtra("title", string)
|
||||
.putExtra("media", it),
|
||||
null
|
||||
)
|
||||
}
|
||||
|
@ -249,6 +249,7 @@ class HomeFragment : Fragment() {
|
|||
}
|
||||
more.visibility = View.VISIBLE
|
||||
title.visibility = View.VISIBLE
|
||||
more.startAnimation(setSlideUp())
|
||||
title.startAnimation(setSlideUp())
|
||||
progress.visibility = View.GONE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue