Common icon indicating copy to clipboard operation
Common copied to clipboard

ContextTrojan.getApplicationContext().getCacheDir() on null object

Open SocialITGit opened this issue 1 year ago • 0 comments

ContextTrojan.getApplicationContext().getCacheDir() on null object. The applciation context seems to return null. The problem is in the FIleUtil.GetExternalCacheDir() triggered in this case by the afollowing line in the RXvVOlley public final static File CACHE_FOLDER = FileUtils.getExternalCacheDir("RxVolley");

SocialITGit avatar Nov 13 '24 08:11 SocialITGit