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

Commit 3f6c596f authored by David Brazdil's avatar David Brazdil Committed by android-build-merger
Browse files

Merge "Move Camera.EventHandler constructor to greylist" am: b31032b3 am: 7746e7c5

am: 847b02ca

Change-Id: I24e65e05fcf46b584af80c732330623ec521870f
parents 7338dc49 847b02ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1174,6 +1174,7 @@ public class Camera {
    {
        private final Camera mCamera;

        @UnsupportedAppUsage
        public EventHandler(Camera c, Looper looper) {
            super(looper);
            mCamera = c;