mirror of
https://gitlab.shinice.net/pixeldroid/PixelDroid
synced 2025-01-31 07:44:49 +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){
|
if(value){
|
||||||
recyclerView.layoutManager = CarouselLinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false)
|
recyclerView.layoutManager = CarouselLinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false)
|
||||||
|
|
||||||
showNavigationButtons = showNavigationButtons
|
showNavigationButtons = showNavigationButtons
|
||||||
|
|
||||||
binding.editMediaDescriptionLayout.visibility = if(editingMediaDescription) VISIBLE else INVISIBLE
|
binding.editMediaDescriptionLayout.visibility = if(editingMediaDescription) VISIBLE else INVISIBLE
|
||||||
@ -425,6 +424,7 @@ class ImageCarousel(
|
|||||||
e.printStackTrace()
|
e.printStackTrace()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
initIndicator()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user