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

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

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

* commit 'dae621c2':
  camera: set mNeedConfig after creating ZSL stream
parents 18e846c1 dae621c2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -681,6 +681,8 @@ status_t Camera3Device::createZslStream(
    }
    mInputStream = newStream;

    mNeedConfig = true;

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