mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-26 12:44:38 +00:00
Fix back navigation in username link settings screen.
This commit is contained in:
committed by
Cody Henthorne
parent
8023285b9d
commit
38863f618a
@@ -214,7 +214,7 @@ class UsernameLinkSettingsFragment : ComposeFragment() {
|
||||
},
|
||||
navigationIcon = {
|
||||
IconButton(
|
||||
onClick = { requireActivity().onNavigateUp() }
|
||||
onClick = { requireActivity().onBackPressed() }
|
||||
) {
|
||||
Icon(
|
||||
painter = painterResource(R.drawable.symbol_x_24),
|
||||
|
||||
Reference in New Issue
Block a user