[FileManager] updated FileManager sources
[samples/web/FileManager.git] / js / app.ui.js
index dd9df79..785017d 100644 (file)
@@ -138,6 +138,7 @@ function Ui() {
 
                        document.addEventListener('webkitvisibilitychange', function () {
                                if (document.webkitVisibilityState === 'visible') {
+                                       self.refreshSelectAllStatus();
                                        app.refreshCurrentPage(true);
                                }
                        });
@@ -690,6 +691,8 @@ function Ui() {
                        if (this.infoPopupVisibility) {
                                this.toggleInfoPopup();
                        }
+
+                       this.refreshSelectAllStatus();
                },
 
                /**