Skip to content

Commit

Permalink
courses: smoother labeling (fixes #4739) (#4744)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored Nov 5, 2024
1 parent 8c3ce88 commit b5ab292
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 26
targetSdkVersion 34
versionCode 2083
versionName "0.20.83"
versionCode 2084
versionName "0.20.84"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class AdapterCourses(private val context: Context, private var courseList: List<
holder.rowCourseBinding.isMyCourse.visibility = View.VISIBLE
holder.rowCourseBinding.checkbox.visibility = View.GONE
} else {
holder.rowCourseBinding.isMyCourse.visibility = View.GONE
holder.rowCourseBinding.checkbox.visibility = View.VISIBLE
}

Expand Down

0 comments on commit b5ab292

Please sign in to comment.