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

Commit a93fbf8a authored by Android (Google) Code Review's avatar Android (Google) Code Review Committed by The Android Open Source Project
Browse files

am be91fdbc: Merge change 6665 into donut

Merge commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5'

* commit 'be91fdbc5c4f2de3a2bb574a98fdfeef44d8cdb5':
  Fix resources not being set correctly.
parents ef7020c3 a641ef60
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1573,7 +1573,6 @@ status_t ResTable::add(Asset* asset, void* cookie, bool copyData)
status_t ResTable::add(ResTable* src)
{
    mError = src->mError;
    mParams = src->mParams;
    
    for (size_t i=0; i<src->mHeaders.size(); i++) {
        mHeaders.add(src->mHeaders[i]);