send a notifyDataSetChanged to the viewpager adapter at fullscreen media

This commit is contained in:
tibbi 2017-06-15 21:27:43 +02:00
parent 1123497341
commit e7406110a1
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
adapter = pagerAdapter
currentItem = mPos
addOnPageChangeListener(this@ViewPagerActivity)
adapter!!.notifyDataSetChanged()
}
}
}