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

Commit 9a4c8a20 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Revert "LightService: don't use implicit cast of Return<*>""

parents f81df2d5 e1cc0108
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static void setLight_native(
            return;
        }

        status = ret.get(); // hal status
        status = static_cast<Status>(ret); // hal status
    }

    switch (status) {