aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/app.js b/apps/files/js/app.js
index ba80e028bd7..d92d8f77287 100644
--- a/apps/files/js/app.js
+++ b/apps/files/js/app.js
@@ -328,10 +328,10 @@
this.setActiveView(params.view, {silent: true});
if (lastId !== this.getActiveView()) {
this.getCurrentAppContainer().trigger(new $.Event('show', params));
+ window._nc_event_bus.emit('files:navigation:changed')
}
this.getCurrentAppContainer().trigger(new $.Event('urlChanged', params));
- window._nc_event_bus.emit('files:navigation:changed')
},