.zip files don't crash the app anymore

James Peret лет %!s(int64=8): %!d(string=назад)
Родитель
Сommit
354010176b
1 измененных файлов с 2 добавлено и 0 удалено
  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