mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix new version popup
This commit is contained in:
@@ -94,9 +94,9 @@ NewFeature.present = () => {
|
||||
return;
|
||||
}
|
||||
if (version && version === getVersion()) return false;
|
||||
// SettingsService.set({
|
||||
// version: getVersion()
|
||||
// });
|
||||
SettingsService.set({
|
||||
version: getVersion()
|
||||
});
|
||||
const _features = features?.filter(
|
||||
(feature) => !feature.platform || feature.platform === Platform.OS
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user