Browse Source

提交人:jtm
提交内容:优化显示内容

江天明 1 year ago
parent
commit
d43d9cb5a8

+ 1 - 1
BusinessCommon/src/main/java/com/develop/common/data_repo/FoodDataProvider.kt

@@ -159,7 +159,7 @@ object FoodDataProvider {
         if (relativePath?.startsWith("http") == true) {
             return relativePath
         }
-        preparedLock.await()
+//        preparedLock.await()
         return "$RES_DST_PARENT/$relativePath"
     }
 

+ 1 - 0
BusinessMain/src/main/java/com/develop/main/ui/RecipesFragment.kt

@@ -163,6 +163,7 @@ class RecipesFragment : CommonBVMFragment<FragmentCommeListBinding, HomeViewMode
                 onCreate {
                     if (it == HOME_FOOD_LIST_PROVIDER) {
                         foodRecycle = findView(R.id.food_recycle)
+                        (foodRecycle?.itemAnimator as SimpleItemAnimator).supportsChangeAnimations = false
                         foodRecycle?.setHasFixedSize(true)
                         foodRecycle?.isNestedScrollingEnabled = false
                         foodRecycle?.setRecycledViewPool(recycledViewPool)

+ 1 - 1
BusinessStep/src/main/java/com/develop/step/ui/recipes_detail/CookDetailActivity.kt

@@ -173,9 +173,9 @@ class CookDetailActivity : CommonBVMActivity<ActivityCookDetailBinding, CookDeta
             it.add(binding.tvEasy)
             it.add(binding.startLayout)
         }
+        allTabViews.add(binding.ivTab1)
         allTabViews.add(binding.ivTab2)
         allTabViews.add(binding.ivTab3)
-        allTabViews.add(binding.ivTab4)
         if (!isNightTheme()) {
             allTabViews.add(binding.ivTab4)
         } else {

+ 2 - 2
app/build.gradle

@@ -8,8 +8,8 @@ plugins {
 
 ext{
 
-    versionCode=230531110
-    brandCode="010A"
+    versionCode=230606110
+    brandCode="010D"
     brandVersionCode=versionCode
     model="1039"
 }