Browse Source

Merge branch 'master' of https://git.kuyuntech.com/developer/FoodCooking_LandScape

 Conflicts:
	BusinessStep/src/main/java/com/develop/step/ui/ModesDetailActivity.kt
wbspool 2 years ago
parent
commit
40e03d7d61
1 changed files with 6 additions and 0 deletions
  1. 6 0
      BusinessMain/src/main/java/com/develop/main/ui/HomeActivity.kt

+ 6 - 0
BusinessMain/src/main/java/com/develop/main/ui/HomeActivity.kt

@@ -222,6 +222,12 @@ class HomeActivity : CommonBVMActivity<ActivityHomeBinding, HomeViewModel>() {
             newsList.addAll(newsModelList)
             newsLayout?.updateNewsData(newsList)
         }
+
+        binding.ivAvatar.setOnClickListener {
+            navigateTo(Screens.Auth.MEMBER) {
+                withBoolean("enter_from_home", true)
+            }
+        }
     }
 
     private fun updateUserInfoUi(userInfo: UserInfo?) {