don't exit hidden section after unhide operation

This commit is contained in:
Abhinav 2024-01-19 10:25:15 +05:30
parent fd08561184
commit 669fb33b67

View file

@ -839,9 +839,6 @@ export default function Gallery() {
clearSelection();
await syncWithRemote(false, true);
if (isInHiddenSection && ops === COLLECTION_OPS_TYPE.UNHIDE) {
exitHiddenSection();
}
} catch (e) {
logError(e, 'collection ops failed', { ops });
setDialogMessage({