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

Commit 1b5c8839 authored by Jesse Hall's avatar Jesse Hall Committed by Android Git Automerger
Browse files

am 728a8da1: Merge "surfaceflinger: Check sideband stream changed to trigger...

am 728a8da1: Merge "surfaceflinger: Check sideband stream changed to trigger sideband Layer update." into lmp-dev

* commit '728a8da1':
  surfaceflinger: Check sideband stream changed to trigger sideband Layer update.
parents 8b4869dc 728a8da1
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; }

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