How to fix object destroy item bug?
by Conor Smith | April 5, 2017
To fix the bug when you destroy an item, follow these steps: Locate the file PDFPagerAdapter.java Locate “if (viewMap.containsKey(container))” and change it to “if (viewMap.containsKey(position))” Note: This article refers to a deprecated version of a Foxit Product. If you are still using Foxit PDF SDK 5.3 or older, please refer to your download package documents […]
Keep reading