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

Commit 95006625 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Gerrit Code Review
Browse files

Merge "camera: set mNeedConfig after creating ZSL stream"

parents 27158eb5 e5e3d082
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -654,6 +654,8 @@ status_t Camera3Device::createZslStream(
    }
    mInputStream = newStream;

    mNeedConfig = true;

    *id = mNextStreamId++;
    *zslStream = newStream;