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