Remove dead code
This commit is contained in:
parent
01ec263ff3
commit
a272f4d4c6
@ -97,13 +97,6 @@ class SpaceExploreActivity : VectorBaseActivity<ActivitySimpleBinding>(), SpaceD
|
|||||||
super.onDestroy()
|
super.onDestroy()
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onAttachFragment(fragment: Fragment) {
|
|
||||||
if (fragment is MatrixToBottomSheet) {
|
|
||||||
fragment.interactionListener = this
|
|
||||||
}
|
|
||||||
super.onAttachFragment(fragment)
|
|
||||||
}
|
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
fun newIntent(context: Context, spaceId: String): Intent {
|
fun newIntent(context: Context, spaceId: String): Intent {
|
||||||
return Intent(context, SpaceExploreActivity::class.java).apply {
|
return Intent(context, SpaceExploreActivity::class.java).apply {
|
||||||
|
Loading…
Reference in New Issue
Block a user