Add light haptics to Edit Profile Button for labellers (#10948)
This commit is contained in:
@@ -292,7 +292,10 @@ export function HeaderLabelerButtons({
|
||||
testID="profileHeaderEditProfileButton"
|
||||
size="small"
|
||||
color="secondary"
|
||||
onPress={editProfileControl.open}
|
||||
onPress={() => {
|
||||
playHaptic('Light')
|
||||
editProfileControl.open()
|
||||
}}
|
||||
label={_(msg`Edit profile`)}
|
||||
style={a.rounded_full}>
|
||||
<ButtonText>
|
||||
|
||||
Reference in New Issue
Block a user