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

Commit 1191454a authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android (Google) Code Review
Browse files

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

parents c4a8d2dd 31fdb29c
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;
    }