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

Commit 79e10620 authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Initialize nested to true

This fixes random nested values in atoms_info.

Bug: 153119080
Test: m libstatsmetadata
Change-Id: I1c1900dae1701b28a8db6ee257f5730e71e574eb
parent 10dd5e9a
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;