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

Commit 269f69d7 authored by Vishnu Nair's avatar Vishnu Nair
Browse files

[sf] Use a unique sequence number when tracking layers in planner

Fixes caching issues with new frontend.

Test: presubmit
Bug: 238781169
Change-Id: I20a345283d07dbeea6e0d09e7acf42b2064e20e8
parent 6f87831d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,7 @@ const LayerMetadata* LayerFE::getRelativeMetadata() const {
}

int32_t LayerFE::getSequence() const {
    return mSnapshot->sequence;
    return static_cast<int32_t>(mSnapshot->uniqueSequence);
}

bool LayerFE::hasRoundedCorners() const {