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

Commit 0ad32fff authored by seanzer's avatar seanzer
Browse files

Fixup comment in Camera.java to get rid of annoying compile time errors.

Change-Id: I39485abc74c961983b2618c93e6ab121ac2ec3f2
parent 83e50528
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");