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
|
// 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();
|
||||||
|
|||||||
Reference in New Issue
Block a user