remove path scanning on viewpager activity

This commit is contained in:
tibbi 2018-02-09 18:41:22 +01:00
parent ef51271909
commit db8a88cbfe
1 changed files with 0 additions and 1 deletions

View File

@ -213,7 +213,6 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
}
refreshViewPager()
scanPath(mPath)
if (config.blackBackground) {
view_pager.background = ColorDrawable(Color.BLACK)