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

Commit dae621c2 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am 95006625: Merge "camera: set mNeedConfig after creating ZSL stream"

* commit '95006625':
  camera: set mNeedConfig after creating ZSL stream
parents 474038ae 95006625
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;