|
@@ -10,6 +10,10 @@
|
|
|
type="com.datarecovery.master.module.mine.MineViewModel" />
|
|
type="com.datarecovery.master.module.mine.MineViewModel" />
|
|
|
|
|
|
|
|
<import type="com.atmob.common.ui.SizeUtil" />
|
|
<import type="com.atmob.common.ui.SizeUtil" />
|
|
|
|
|
+
|
|
|
|
|
+ <import type="com.atmob.user.AtmobUser" />
|
|
|
|
|
+
|
|
|
|
|
+ <import type="com.datarecovery.master.data.consts.ChannelId" />
|
|
|
</data>
|
|
</data>
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
@@ -197,7 +201,7 @@
|
|
|
android:onClick="@{()->mineViewModel.onCustomerServiceClick()}" />
|
|
android:onClick="@{()->mineViewModel.onCustomerServiceClick()}" />
|
|
|
|
|
|
|
|
<include
|
|
<include
|
|
|
- isGone="@{!mineViewModel.isLogin}"
|
|
|
|
|
|
|
+ isGone="@{!mineViewModel.isLogin || AtmobUser.getAtmobTgPlatformId() == ChannelId.BD}"
|
|
|
layout="@layout/layout_item_settings"
|
|
layout="@layout/layout_item_settings"
|
|
|
settingsIcon="@{@drawable/icon_small_appeal}"
|
|
settingsIcon="@{@drawable/icon_small_appeal}"
|
|
|
settingsName="@{@string/mine_appeal}"
|
|
settingsName="@{@string/mine_appeal}"
|