mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-14 04:18:36 +00:00
Don't pass Activity-level onActivityResult down to the Fragment, the
requestCode will be incorrect.
This commit is contained in:
parent
6db4ee5684
commit
2026655720
@ -25,9 +25,6 @@ class TrackListActivity : FragmentActivityWithTransport(), IFilterable {
|
||||
false -> super.onOptionsItemSelected(item)
|
||||
}
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) =
|
||||
tracks.activityResult(requestCode, resultCode, data)
|
||||
|
||||
override fun createContentFragment(): BaseFragment = TrackListFragment.create(intent)
|
||||
|
||||
override val contentFragmentTag: String = TrackListFragment.TAG
|
||||
|
Loading…
x
Reference in New Issue
Block a user