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

Commit 77ee346d authored by Julia Tuttle's avatar Julia Tuttle Committed by Android (Google) Code Review
Browse files

Merge "Add icon_load_drawable_return_null_when_uri_decode_fails flag" into main

parents c3faa8a4 7b6cb6ca
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -16,3 +16,11 @@ flag {
     description: "Feature flag for YUV image compress to Ultra HDR."
     bug: "308978825"
}

flag {
    name: "icon_load_drawable_return_null_when_uri_decode_fails"
    is_exported: true
    namespace: "core_graphics"
    description: "Return null when decode from URI fails in Icon.loadDrawable()"
    bug: "335878768"
}