Add light haptic feedback to Edit Profile button (#9787)
https://claude.ai/code/session_018ZjPcCUDPfTjQ5SGac3Zgs Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -317,7 +317,10 @@ export function HeaderStandardButtons({
|
|||||||
testID="profileHeaderEditProfileButton"
|
testID="profileHeaderEditProfileButton"
|
||||||
size="small"
|
size="small"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
onPress={editProfileControl.open}
|
onPress={() => {
|
||||||
|
playHaptic('Light')
|
||||||
|
editProfileControl.open()
|
||||||
|
}}
|
||||||
label={_(msg`Edit profile`)}>
|
label={_(msg`Edit profile`)}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Edit Profile</Trans>
|
<Trans>Edit Profile</Trans>
|
||||||
|
|||||||
Reference in New Issue
Block a user