Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55d18da0 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "Fixup comment in Camera.java to get rid of annoying compile time errors." into gingerbread

parents 404e2289 0ad32fff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2663,7 +2663,7 @@ public class Camera {

        /**
         * Sets the smart-contrast feature
         * @param boolean
         * @param enabled SMART_CONTRAST desired status.
         */
        public void setSmartContrastEnabled(boolean enabled) {
            set(KEY_SMART_CONTRAST, enabled ? "on" : "off");