mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Remove dead code
This commit is contained in:
parent
01ec263ff3
commit
a272f4d4c6
1 changed files with 0 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue