Commit e1f68b13 authored by Rafael Kellermann Streit's avatar Rafael Kellermann Streit Committed by GitHub

Merge pull request #298 from RocketChat/fix_251

added fresco clear cache on app start
parents 1b154fb9 85ee377c
......@@ -23,5 +23,7 @@ public class RocketChatWidgets {
ImageFormatConfigurator.addCustomDrawableFactories(draweeConfigBuilder);
Fresco.initialize(context, config, draweeConfigBuilder.build());
Fresco.getImagePipeline().clearCaches();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment