Skip to content

Commit ca332a4

Browse files
authored
Update README.md
1 parent e26e9cf commit ca332a4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,11 @@ Issue 2:
126126

127127
Solution: disable hardware acceleration for activity
128128

129-
android:hardwareAccelerated="false"
129+
<activity
130+
android:name="com.zfdang.multiple_images_selector.ImagesSelectorActivity"
131+
android:hardwareAccelerated="false"
132+
android:configChanges="orientation|screenSize"/>
133+
130134

131135
# License
132136

0 commit comments

Comments
 (0)