Skip to content
Snippets Groups Projects
Commit 54091897 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Avoid disabling record buttons"

parents ca0fd5ec 58681dd8
No related branches found
No related tags found
No related merge requests found
diff --git a/apps/camera/js/camera.js b/apps/camera/js/camera.js
index 641d8ba..00d0cb6 100644
--- a/apps/camera/js/camera.js
+++ b/apps/camera/js/camera.js
@@ -334,8 +334,6 @@ var Camera = {
navigator.mozL10n.get(id + '-text'));
}).bind(this);
- this.disableButtons();
-
var startRecording = (function startRecording(freeBytes) {
if (freeBytes < this.RECORD_SPACE_MIN) {
handleError('nospace');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment