Merge pull request #5666 from element-hq/feature/bma/fixNavigationIssue

Fix navigation issue.
This commit is contained in:
Benoit Marty 2025-11-03 14:47:22 +01:00 committed by GitHub
commit 8de14a2dea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -404,7 +404,7 @@ class LoggedInFlowNode(
}
override fun navigateToBugReport() {
callback.navigateToAddAccount()
callback.navigateToBugReport()
}
override fun navigateToSecureBackup() {