minor tweak
This commit is contained in:
parent
4e3e8e4806
commit
f4d68457dd
|
@ -77,7 +77,8 @@ const UserNotificationPreferencesView = () => {
|
|||
} else {
|
||||
navigation.navigate('PushTroubleshootView');
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
const toggleInAppVibration = () => {
|
||||
setInAppVibration(!inAppVibration);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue