Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

App Crashes when open & close PDF multiple times

More
IP: 192.168.0.71 11 years 8 months ago #8188 by oemilk
Thank you~

I fixed it like this.
Code:
@Override protected void onDestroy() { if (mIsCompleteInit) { if (mThumbView != null) { mThumbView.thumbClose(); mThumbView = null; } if (mReaderView != null) { mReaderView.PDFClose(); } if (mDoc != null) { if (mDoc.IsOpened()) { mDoc.Close(); } } } Global.RemoveTmp(); super.onDestroy(); }
More
IP: 192.168.0.71 11 years 8 months ago - 11 years 8 months ago #8198 by Mariah12
The document is closed before PDFview omn rotating.

Mariah Albert
Android Developer
www.appliconic.com
Last edit: 11 years 8 months ago by biz_786.
Time to create page: 0.352 seconds
Powered by Kunena Forum