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

Commit 1f59751c authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Fix resources not being set correctly.

parent 97cb82a7
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]);