File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
features/messages/impl/src/main/kotlin/io/element/android/features/messages/impl Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import androidx.lifecycle.lifecycleScope
15
15
import com.bumble.appyx.core.lifecycle.subscribe
16
16
import com.bumble.appyx.core.modality.BuildContext
17
17
import com.bumble.appyx.core.node.Node
18
- import com.bumble.appyx.core.node.node
19
18
import com.bumble.appyx.core.plugin.Plugin
20
19
import com.bumble.appyx.core.plugin.plugins
21
20
import com.bumble.appyx.navmodel.backstack.BackStack
@@ -126,9 +125,6 @@ class MessagesFlowNode(
126
125
plugins = plugins
127
126
) {
128
127
sealed interface NavTarget : Parcelable {
129
- @Parcelize
130
- data object Empty : NavTarget
131
-
132
128
@Parcelize
133
129
data class Messages (val focusedEventId : EventId ? ) : NavTarget
134
130
@@ -399,9 +395,6 @@ class MessagesFlowNode(
399
395
}
400
396
createNode<PinnedMessagesListNode >(buildContext, plugins = listOf (callback))
401
397
}
402
- NavTarget .Empty -> {
403
- node(buildContext) {}
404
- }
405
398
NavTarget .KnockRequestsList -> {
406
399
knockRequestsListEntryPoint.createNode(this , buildContext)
407
400
}
You can’t perform that action at this time.
0 commit comments