Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neil Alexander
element-android
Commits
a272f4d4
Commit
a272f4d4
authored
May 10, 2021
by
Valere
Browse files
Remove dead code
parent
01ec263f
Changes
1
Hide whitespace changes
Inline
Side-by-side
vector/src/main/java/im/vector/app/features/spaces/SpaceExploreActivity.kt
View file @
a272f4d4
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment