mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix re-launch bug with ViewAllConnections dialog fragment.
This commit is contained in:
@@ -58,7 +58,7 @@ class MyStorySettingsFragment : DSLSettingsFragment(
|
||||
.subscribe()
|
||||
},
|
||||
onViewClicked = {
|
||||
ViewAllSignalConnectionsFragment.Dialog.show(parentFragmentManager)
|
||||
ViewAllSignalConnectionsFragment.Dialog.show(childFragmentManager)
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user