Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
android-yes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kheang Chenda
android-yes
Commits
4dd4140d
Commit
4dd4140d
authored
Jul 16, 2025
by
Seatel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enhancement logic on yes-member fragment.
parent
3a19c097
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
YesMemberFragment.kt
...el/mobilehall/ui/yes_member/fragment/YesMemberFragment.kt
+2
-0
No files found.
app/src/main/java/com/seatel/mobilehall/ui/yes_member/fragment/YesMemberFragment.kt
View file @
4dd4140d
...
...
@@ -136,9 +136,11 @@ class YesMemberFragment : BaseFragment(), MainTopPartnerInteractor.View {
}
if
(
mainModel
.
coinHidden
)
{
binding
.
RecyclerPartnerCategory
.
visibility
=
View
.
GONE
binding
.
frameYesCoins
.
visibility
=
View
.
GONE
binding
.
tvPartnerCategory
.
visibility
=
View
.
GONE
}
else
{
binding
.
RecyclerPartnerCategory
.
visibility
=
View
.
VISIBLE
binding
.
frameYesCoins
.
visibility
=
View
.
VISIBLE
binding
.
tvPartnerCategory
.
visibility
=
View
.
VISIBLE
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment