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

Commit ad37cb26 authored by Jason Sams's avatar Jason Sams
Browse files

Fix more type info caching bugs.

Change-Id: I917a1190ec12fe954c9bf51ffd446ef564837e68
parent 452a7661
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);
        }
    }