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

Commit 28308364 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android (Google) Code Review
Browse files

Merge "camera.device@3.2: Add missing field name to NotifyMsg"

parents 68e9c8e8 f651614c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -635,7 +635,7 @@ struct NotifyMsg {
         * Shutter message contents. Valid if type is MsgType::SHUTTER
         */
        ShutterMsg shutter;
    };
    } msg;

};