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.
2 parents 29465f4 + a700f11 commit 86ad01cCopy full SHA for 86ad01c
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
changelog.d/1160.bugfix
@@ -0,0 +1 @@
1
+Fix crash when opening any room.
0 commit comments