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

Commit 0ea1cb91 authored by chenhg's avatar chenhg Committed by Jesse Hall
Browse files

surfaceflinger: Check sideband stream changed to trigger sideband Layer update.

BUG: 17382907
Change-Id: I65fd037bd25238ae68a3976468ae7fd7ce49c562
parent b1982b75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -284,7 +284,7 @@ public:
    /*
     * Returns if a frame is queued.
     */
    bool hasQueuedFrame() const { return mQueuedFrames > 0; }
    bool hasQueuedFrame() const { return mQueuedFrames > 0 || mSidebandStreamChanged; }

    // -----------------------------------------------------------------------