This repository was archived by the owner on Jul 14, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
virtualview/src/main/java/com/tmall/wireless/vaf/virtualview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,8 +38,6 @@ public class VVFeatureConfig {
3838
3939 private static boolean sliderCompat = false ;
4040
41- private static boolean parallelLoadingTmpl = false ;
42-
4341 /**
4442 * Call this before create {@link VafContext} instance.
4543 * @param enableBorderRadius true, enable border radius and clip view.
@@ -71,11 +69,4 @@ public static boolean isRtlAvailable() {
7169 return RtlHelper .isEnable ();
7270 }
7371
74- public static boolean isParallelLoadingTmpl () {
75- return parallelLoadingTmpl ;
76- }
77-
78- public static void setParallelLoadingTmpl (boolean parallelLoadingTmpl ) {
79- VVFeatureConfig .parallelLoadingTmpl = parallelLoadingTmpl ;
80- }
8172}
Original file line number Diff line number Diff line change @@ -256,9 +256,6 @@ public int getViewVersion(String type) {
256256 synchronized (LOCK ) {
257257 cr = mUiCodeLoader .getCode (type );
258258 if (cr == null ) {
259- if (!(type .equals ("container-banner" ) || type .equals ("container-scroll" ))) {
260- Log .d (TAG , "load " + type + " start when getVersion " );
261- }
262259 mTmplWorker .executeTask (type );
263260 cr = mUiCodeLoader .getCode (type );
264261 }
You can’t perform that action at this time.
0 commit comments