minor tweak

This commit is contained in:
Reinaldo Neto 2024-02-02 10:47:48 -03:00
parent 4e3e8e4806
commit f4d68457dd
1 changed files with 2 additions and 1 deletions

View File

@ -77,7 +77,8 @@ const UserNotificationPreferencesView = () => {
} else {
navigation.navigate('PushTroubleshootView');
}
};
const toggleInAppVibration = () => {
setInAppVibration(!inAppVibration);
};