.zip files don't crash the app anymore

James Peret 8 anni fa
parent
commit
354010176b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      app/scripts/controllers/app-ctrl.js

+ 2 - 0
app/scripts/controllers/app-ctrl.js

@@ -76,6 +76,8 @@ angular.module('codexApp.index', [])
76 76
           $rootScope.$broadcast('main-window:note-view');
77 77
           $state.go("image-view");
78 78
           break;
79
+        default:
80
+          break;
79 81
       }
80 82
     }
81 83