Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 4.2 landscape can't restore recent data #147

Open
GoogleCodeExporter opened this issue Apr 29, 2015 · 0 comments
Open

android 4.2 landscape can't restore recent data #147

GoogleCodeExporter opened this issue Apr 29, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant