Remove dead code

This commit is contained in:
Valere 2021-05-10 15:48:06 +02:00
parent 01ec263ff3
commit a272f4d4c6
1 changed files with 0 additions and 7 deletions

View File

@ -97,13 +97,6 @@ class SpaceExploreActivity : VectorBaseActivity<ActivitySimpleBinding>(), SpaceD
super.onDestroy()
}
override fun onAttachFragment(fragment: Fragment) {
if (fragment is MatrixToBottomSheet) {
fragment.interactionListener = this
}
super.onAttachFragment(fragment)
}
companion object {
fun newIntent(context: Context, spaceId: String): Intent {
return Intent(context, SpaceExploreActivity::class.java).apply {