You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i open a pdf file.and scroll to a page 10 eg.
and exit apv.
reopen the last pdf file, it can not restore recent data. such as
zoom,top,left.
i find it,and solve it.
<activity android:name=".OpenFileActivity" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden">
===>
<activity android:name=".OpenFileActivity" android:label="@string/app_name"
android:configChanges="orientation|keyboardHidden|screenSize">
the screen orientation changed, Activity will reload,so ,lost any data.
Original issue reported on code.google.com by arc...@gmail.com on 12 Sep 2013 at 6:57
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
arc...@gmail.com
on 12 Sep 2013 at 6:57The text was updated successfully, but these errors were encountered: