fix #1673, make sure the proper file opens at third party intents

This commit is contained in:
tibbi 2021-08-29 23:00:30 +02:00
parent 03a3f5d187
commit 2f15893cda

View file

@ -1175,7 +1175,7 @@ class ViewPagerActivity : SimpleActivity(), ViewPager.OnPageChangeListener, View
}
}
}
} else if (medium.path == mPath) {
} else if (medium.path.equals(mPath, true)) {
return i
}
}