bugfix: #138,内存泄漏问题
This commit is contained in:
@@ -272,6 +272,8 @@ public class EntranceViewHolder {
|
||||
|
||||
public void release(){
|
||||
rootViewGroup = null;
|
||||
featureViewGroup = null;
|
||||
leftNoticeContainer = null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -473,6 +473,7 @@ public class TopViewAnimHelper {
|
||||
topMotionLayout = null;
|
||||
topContainer = null;
|
||||
cameraMode = null;
|
||||
animNavInfoView = null;
|
||||
}
|
||||
|
||||
public void enterVrMode() {
|
||||
|
||||
Reference in New Issue
Block a user