fix(SharedSection): hide files list header, shared view has it's own view
This commit is contained in:
@@ -177,11 +177,12 @@ function switchToSharedSection() {
|
||||
// Hide actions-bar for shared view
|
||||
window.setActionsBarMode('hidden');
|
||||
|
||||
toggleFileContainer(false);
|
||||
|
||||
//reset files view + remove any error
|
||||
window.ui.resetFilesList();
|
||||
|
||||
// Hide file containers
|
||||
toggleFileContainer(false);
|
||||
|
||||
// Show shared view
|
||||
if (window.sharedView) {
|
||||
window.sharedView.init();
|
||||
|
||||
Reference in New Issue
Block a user