redirect to all section after empty trash

This commit is contained in:
Abhinav 2021-11-03 17:03:24 +05:30
parent df23ea80d7
commit 425cf21f28

View file

@ -509,6 +509,7 @@ export default function Gallery() {
clearSelection();
}
await clearLocalTrash();
setActiveCollection(ALL_SECTION);
} catch (e) {
setDialogMessage({
title: constants.ERROR,