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

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

Merge "Initialize nested to true" into rvc-dev

parents f6d37fc0 79e10620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ struct AtomDecl {
    int exclusiveField = 0;
    int defaultState = INT_MAX;
    int triggerStateReset = INT_MAX;
    bool nested;
    bool nested = true;

    int uidField = 0;