We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoggedInAppScopeFlowNode
LoggedInFlowNode
1 parent 29465f4 commit 8c2cc41Copy full SHA for 8c2cc41
appnav/src/main/kotlin/io/element/android/appnav/LoggedInAppScopeFlowNode.kt
@@ -102,7 +102,8 @@ class LoggedInAppScopeFlowNode @AssistedInject constructor(
102
plugins<Callback>().forEach { it.onOpenBugReport() }
103
}
104
105
- createNode<LoggedInFlowNode>(buildContext, listOf(callback))
+ val nodeLifecycleCallbacks = plugins<NodeLifecycleCallback>()
106
+ createNode<LoggedInFlowNode>(buildContext, nodeLifecycleCallbacks + callback)
107
108
109
0 commit comments