PagingLibrary-Sample icon indicating copy to clipboard operation
PagingLibrary-Sample copied to clipboard

fix crash on news feed

Open chihung93 opened this issue 6 years ago • 1 comments

fix crash on news feed. Because you use image too huge.

chihung93 avatar Oct 02 '18 07:10 chihung93

I had the same problem, the root problem is resource folder specifiedly with image ic_placeholder.png and ic_reaction.png because they are in the folder drawable-v24. Then the solution is copy images to folder drawable or according to the versión of your API. Sorry for my bad english. Other solution is create resource folder mimap-XXX.

hsb12001 avatar Oct 09 '19 01:10 hsb12001