Skip to content

Commit

Permalink
courses: view resources also in steps (fixes #3535) (#3536)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <[email protected]>
  • Loading branch information
Okuro3499 and dogi authored May 31, 2024
1 parent 01ad048 commit 911b209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "org.ole.planet.myplanet"
minSdkVersion 21
targetSdkVersion 34
versionCode 1554
versionName "0.15.54"
versionCode 1555
versionName "0.15.55"
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 @@ -54,7 +54,6 @@ class CourseStepFragment : BaseContainerFragment(), ImageCaptureCallback {
userVisibleHint = false
}

override fun playVideo(videoType: String, items: RealmMyLibrary) {}
override fun onCreateView(inflater: LayoutInflater, container: ViewGroup?, savedInstanceState: Bundle?): View {
fragmentCourseStepBinding = FragmentCourseStepBinding.inflate(inflater, container, false)
dbService = DatabaseService(requireActivity())
Expand Down

0 comments on commit 911b209

Please sign in to comment.