fix notes not updating on changing sort order

This commit is contained in:
ammarahm-ed
2021-01-14 17:31:42 +05:00
parent d299830bc2
commit 32c0325b33

View File

@@ -104,7 +104,9 @@ class SortDialog extends React.Component {
this.state.settings?.sortOrder === 'asc' ? 'desc' : 'asc';
await SettingsService.set('sortOrder', value);
sortSettings.sortOrder = value;
await this.getSettings();
await this.getSettings();
updateEvent({type: Actions.NOTES});
}}
activeOpacity={1}
style={{