mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-18 18:00:10 +01:00
Merge branch 'carousel_indicator_fix' into 'master'
Carousel indicator fix See merge request pixeldroid/PixelDroid!494
This commit is contained in:
commit
e2ee562841
@ -242,7 +242,6 @@ class ImageCarousel(
|
||||
|
||||
if(value){
|
||||
recyclerView.layoutManager = CarouselLinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false)
|
||||
|
||||
showNavigationButtons = showNavigationButtons
|
||||
|
||||
binding.editMediaDescriptionLayout.visibility = if(editingMediaDescription) VISIBLE else INVISIBLE
|
||||
@ -425,6 +424,7 @@ class ImageCarousel(
|
||||
e.printStackTrace()
|
||||
}
|
||||
}
|
||||
initIndicator()
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user