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

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

am ccc366a9: am 1191454a: Merge "Camera3: Skipping no-ops good, not updating...

am ccc366a9: am 1191454a: Merge "Camera3: Skipping no-ops good, not updating state machine bad." into jb-mr2-dev

* commit 'ccc366a9':
  Camera3: Skipping no-ops good, not updating state machine bad.
parents 2b5f8f45 ccc366a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1019,6 +1019,7 @@ status_t Camera3Device::configureStreamsLocked() {

    if (!mNeedConfig) {
        ALOGV("%s: Skipping config, no stream changes", __FUNCTION__);
        mStatus = STATUS_ACTIVE;
        return OK;
    }