Fix re-launch bug with ViewAllConnections dialog fragment.

This commit is contained in:
Alex Hart
2022-10-17 12:51:23 -03:00
parent 1d5a83668b
commit b8665e41e8

View File

@@ -58,7 +58,7 @@ class MyStorySettingsFragment : DSLSettingsFragment(
.subscribe()
},
onViewClicked = {
ViewAllSignalConnectionsFragment.Dialog.show(parentFragmentManager)
ViewAllSignalConnectionsFragment.Dialog.show(childFragmentManager)
}
)
)