Gate update/download warnings to non-stable flavors

This commit is contained in:
arkon
2022-04-10 11:52:24 -04:00
parent 445ee274c5
commit 4ecde9fc39
9 changed files with 18 additions and 9 deletions

View File

@@ -120,7 +120,8 @@ class TachiyomiBottomNavigationView @JvmOverloads constructor(
currentAnimator = null
postInvalidate()
}
},)
},
)
}
internal class SavedState : AbsSavedState {

View File

@@ -42,7 +42,8 @@ class ThemesPreference @JvmOverloads constructor(context: Context, attrs: Attrib
super.onScrolled(recyclerView, dx, dy)
lastScrollPosition = recyclerView.computeHorizontalScrollOffset()
}
},)
},
)
lastScrollPosition?.let { scrollToOffset(it) }
}

View File

@@ -49,6 +49,7 @@ class BottomSheetViewPager @JvmOverloads constructor(
override fun onPageSelected(position: Int) {
requestLayout()
}
},)
},
)
}
}