处理点击区域过小问题
This commit is contained in:
parent
c55cf6baf0
commit
89ced0be17
|
|
@ -85,7 +85,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
|||
override fun ViewBinding.initViews() {
|
||||
with(binding) {
|
||||
setOnClickBatch(ivGotoDailySign, llTaskBenefit, llTaskWatchAd, llTaskGame,
|
||||
llTaskZerobuy, tvWatchVideoForConvertGoldToCash, tvWithdraw) {
|
||||
llTaskZerobuy, flConvertGold2Cash, tvWithdraw) {
|
||||
when(this) {
|
||||
ivGotoDailySign->{
|
||||
if (!TaskManager.instance().dailySignStatus().isDailySignAllOperationDone()) {
|
||||
|
|
@ -112,7 +112,7 @@ class TasksFragment : AppViewsFragment<ViewBinding, UiState, ViewModel>(), OnTab
|
|||
gotoZeroBuy()
|
||||
}
|
||||
|
||||
tvWatchVideoForConvertGoldToCash->{
|
||||
flConvertGold2Cash->{
|
||||
WatchAdDialog(requireActivity(), VidiConst.WATCH_AD_FOR_CONVERT_GOLD_2_CASH, WatchAdDialog.FROM_CONVERT_GOLD_TO_CASH, null).show()
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -83,6 +83,7 @@
|
|||
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/fl_convert_gold_2_cash"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="8dp"
|
||||
|
|
|
|||
Loading…
Reference in New Issue