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

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

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

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

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