mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix scaling font in settings
This commit is contained in:
@@ -683,8 +683,7 @@ export const Settings = ({route, navigation}) => {
|
||||
<TouchableOpacity
|
||||
activeOpacity={1}
|
||||
onPress={async () => {
|
||||
let scale = settings.fontScale;
|
||||
await setSetting(settings, 'fontScale', scale);
|
||||
await setSetting(settings, 'fontScale', item.value);
|
||||
eSendEvent(eResetApp);
|
||||
}}
|
||||
key={item.title}
|
||||
|
||||
Reference in New Issue
Block a user