Fix crashing when switching between tabs fast
This commit is contained in:
parent
7c95fe2e69
commit
cf402a27c2
15 changed files with 27 additions and 159 deletions
|
@ -50,8 +50,8 @@ class PlaylistsFragment : AbsLibraryPagerRecyclerViewFragment<PlaylistAdapter, L
|
|||
}
|
||||
|
||||
override fun onDestroyView() {
|
||||
super.onDestroyView()
|
||||
playlistsPresenter.detachView()
|
||||
super.onDestroyView()
|
||||
}
|
||||
|
||||
override fun onMediaStoreChanged() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue