updating commons ot 5.29.7

This commit is contained in:
tibbi
2020-06-13 09:00:46 +02:00
parent 0e34071388
commit 0ec3b1a752
4 changed files with 2 additions and 5 deletions

View File

@ -355,7 +355,6 @@ abstract class MyViewPagerFragment(context: Context, attributeSet: AttributeSet)
private fun updateViewStuff() {
context.updateTextColors(fragment_wrapper.parent as ViewGroup)
fragment_fastscroller?.updateBubbleColors()
fragment_fastscroller?.allowBubbleDisplay = true
fragment_placeholder_2?.setTextColor(context.getAdjustedPrimaryColor())
letter_fastscroller_thumb?.fontSize = context.getTextSize()
}