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

Commit 9411a398 authored by Robert Greenwalt's avatar Robert Greenwalt Committed by The Android Open Source Project
Browse files

AI 144547: Fix change 144342 by making it active only during overlay processing.

  BUG=1754390

Automated import of CL 144547
parent 80e12129
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1450,8 +1450,11 @@ status_t ResourceTable::startBag(const SourcePos& sourcePos,
        return result;
    }

    if (replace) { 
        return e->emptyBag(sourcePos);
    }
    return result;
}

status_t ResourceTable::addBag(const SourcePos& sourcePos,
                               const String16& package,