마이페이지 탭
- PG심사용 계정의 경우 캔 표시 영역 뷰 제거
This commit is contained in:
@@ -114,6 +114,10 @@ class MyPageFragment : BaseFragment<FragmentMyBinding>(FragmentMyBinding::inflat
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (SharedPreferenceManager.userId == 17958L) {
|
||||||
|
binding.llCan.visibility = View.GONE
|
||||||
|
} else {
|
||||||
|
binding.llCan.visibility = View.VISIBLE
|
||||||
binding.llTotalCan.setOnClickListener {
|
binding.llTotalCan.setOnClickListener {
|
||||||
startActivity(
|
startActivity(
|
||||||
Intent(
|
Intent(
|
||||||
@@ -131,6 +135,7 @@ class MyPageFragment : BaseFragment<FragmentMyBinding>(FragmentMyBinding::inflat
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
binding.rlCoupon.setOnClickListener {
|
binding.rlCoupon.setOnClickListener {
|
||||||
startActivity(
|
startActivity(
|
||||||
|
@@ -159,6 +159,7 @@
|
|||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
android:id="@+id/ll_can"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="26.7dp"
|
android:layout_marginTop="26.7dp"
|
||||||
|
Reference in New Issue
Block a user