mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
fix notes not updating on changing sort order
This commit is contained in:
@@ -105,6 +105,8 @@ class SortDialog extends React.Component {
|
||||
await SettingsService.set('sortOrder', value);
|
||||
sortSettings.sortOrder = value;
|
||||
await this.getSettings();
|
||||
updateEvent({type: Actions.NOTES});
|
||||
|
||||
}}
|
||||
activeOpacity={1}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user