update
This commit is contained in:
parent
10e5df4fb2
commit
c8124ad849
@ -69,7 +69,6 @@ class MoListDetailsActivity : MoBaseActivity(), DetailsListAdapter.OnItemMoreCli
|
||||
private var adapter: DetailsListAdapter? = null
|
||||
private var myList: MutableList<Innertube.MoPlaylistOrAlbumPage.MoPlaylistOrAlbumListBean> =
|
||||
mutableListOf()
|
||||
private var currentPosition = -1
|
||||
private var moreDialog: ListMoreBottomSheetDialog? = null
|
||||
|
||||
override suspend fun main() {
|
||||
@ -294,8 +293,6 @@ class MoListDetailsActivity : MoBaseActivity(), DetailsListAdapter.OnItemMoreCli
|
||||
}
|
||||
|
||||
override fun onItemMoreClick(position: Int) {
|
||||
|
||||
currentPosition = position
|
||||
val bean = myList[position]
|
||||
LogD(TAG,"MoListDetailsActivity onItemMoreClick -> ${bean.asPlaylistItem}")
|
||||
moreDialog = ListMoreBottomSheetDialog(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user