Skip to content

Commit 5849a18

Browse files
authored
Update README.md
1 parent 9e6efd0 commit 5849a18

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,14 @@ Solution: make sure Fresco is initialized in app properly.
116116
android:name=".DemoApplication"
117117
...
118118
Fresco.initialize(getApplicationContext());
119-
119+
120+
App crash while loading large amount of images
121+
122+
Solution: disable hardware acceleration for activity
123+
124+
android:hardwareAccelerated="false"
125+
120126

121127
# License
122128

123-
Multiple-Images-Selector is [MIT-licensed](LICENSE).
129+
Multiple-Images-Selector is [MIT-licensed](LICENSE).

0 commit comments

Comments
 (0)