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

Commit c5027f09 authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix issue with unresolved IDs in adaptive icons" into oc-dev am:...

Merge "Merge "Fix issue with unresolved IDs in adaptive icons" into oc-dev am: 7844a343 am: 90a29fe3"
parents 0460b774 87cc049e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -4832,8 +4832,7 @@ bool ResourceTable::versionForCompat(const Bundle* bundle, const String16& resou
    item.resPath = resPath;
    item.file = newFile;
    item.xmlRoot = root->clone();
    item.needsCompiling = false;    // This step occurs after we parse/assign, so we don't need
                                    // to do it again.
    item.needsCompiling = true;
    mWorkQueue.push(item);

    // Now mark the old entry as deleted.