Skip to content

Commit

Permalink
Proper Rotation with WebView
Browse files Browse the repository at this point in the history
  • Loading branch information
brentzucker committed Dec 11, 2015
1 parent 3497a46 commit a63620f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhotoGallery/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
</intent-filter>
</receiver>
</activity>
<activity android:name=".PhotoPageActivity" />
<activity android:name=".PhotoPageActivity"
android:configChanges="keyboardHidden|orientation|screenSize"/>
</application>

</manifest>

0 comments on commit a63620f

Please sign in to comment.