fix(SharedSection): hide files list header, shared view has it's own view

This commit is contained in:
Edouard Vanbelle
2026-04-13 13:21:05 +02:00
parent 9e632e147a
commit 26ce794090
+3 -2
View File
@@ -177,11 +177,12 @@ function switchToSharedSection() {
// Hide actions-bar for shared view // Hide actions-bar for shared view
window.setActionsBarMode('hidden'); window.setActionsBarMode('hidden');
toggleFileContainer(false);
//reset files view + remove any error //reset files view + remove any error
window.ui.resetFilesList(); window.ui.resetFilesList();
// Hide file containers
toggleFileContainer(false);
// Show shared view // Show shared view
if (window.sharedView) { if (window.sharedView) {
window.sharedView.init(); window.sharedView.init();