properly show the media for Android 4.1

This commit is contained in:
tibbi 2017-04-08 18:21:44 +02:00
parent b9baa182cb
commit 4c4bbb0320

View file

@ -204,7 +204,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
private fun updatePagerItems() {
val pagerAdapter = MyPagerAdapter(this, supportFragmentManager, mMedia)
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1 && !isDestroyed) {
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1 || !isDestroyed) {
view_pager?.apply {
adapter = pagerAdapter
currentItem = mPos