Selaa lähdekoodia

don't exit hidden section after unhide operation

Abhinav 1 vuosi sitten
vanhempi
commit
669fb33b67
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      apps/photos/src/pages/gallery/index.tsx

+ 0 - 3
apps/photos/src/pages/gallery/index.tsx

@@ -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({