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

Commit d0153272 authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Fix more type info caching bugs."

parents ab5a5e67 ad37cb26
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -243,6 +243,7 @@ public class Allocation extends BaseObj {
        if(typeID != 0) {
            mType = new Type(typeID, mRS);
            mType.updateFromNative();
            updateCacheInfo(mType);
        }
    }