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

Commit f0af7f26 authored by Marybeth Fair's avatar Marybeth Fair Committed by Gerrit Code Review
Browse files

Merge "Correct partition name" into main

parents 34c2b860 61d5f00b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -439,7 +439,7 @@ where
        // Exclude system/vendor/product flags that are RO+disabled.
        let should_filter_container = pf.container == Some("vendor".to_string())
            || pf.container == Some("system".to_string())
            || pf.container == Some("vendor".to_string());
            || pf.container == Some("product".to_string());
        if !(should_filter_container
            && pf.state == Some(ProtoFlagState::DISABLED.into())
            && pf.permission == Some(ProtoFlagPermission::READ_ONLY.into()))