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

Commit dd21a004 authored by Melody Hsu's avatar Melody Hsu Committed by Android (Google) Code Review
Browse files

Merge "Fix set initialization for snapshot requests" into main

parents 1a0d3789 e9722be4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -890,7 +890,7 @@ private:
        std::optional<uint32_t> rootLayerId{std::nullopt};

        // IDs of layers that will be excluded from the screenshot
        std::unordered_set<uint32_t> excludeLayerIds{{}};
        std::unordered_set<uint32_t> excludeLayerIds{};

        // If true, transform is inverted from the parent layer snapshot
        bool childrenOnly{false};