Add light haptics to Edit Profile Button for labellers (#10948)
This commit is contained in:
@@ -292,7 +292,10 @@ export function HeaderLabelerButtons({
|
|||||||
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`)}
|
||||||
style={a.rounded_full}>
|
style={a.rounded_full}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
|
|||||||
Reference in New Issue
Block a user