Fix more type info caching bugs.
Change-Id: I917a1190ec12fe954c9bf51ffd446ef564837e68
This commit is contained in:
@@ -243,6 +243,7 @@ public class Allocation extends BaseObj {
|
||||
if(typeID != 0) {
|
||||
mType = new Type(typeID, mRS);
|
||||
mType.updateFromNative();
|
||||
updateCacheInfo(mType);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user