Skip to content

Commit

Permalink
第三方库升级
Browse files Browse the repository at this point in the history
  • Loading branch information
r17171709 committed Jun 10, 2017
1 parent b19110c commit f6b7968
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void loadData() {
public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
FileUtils.createOrExistsDir(InitParams.IMAGE_PATH);
dirPath=InitParams.IMAGE_PATH+"/"+System.currentTimeMillis()+".jpg";
FileUtils.createFileByDeleteOldFile(dirPath);
FileUtils.createFileByDeleteOldFile(new File(dirPath));
return super.onCreateView(inflater, container, savedInstanceState);
}

Expand Down

0 comments on commit f6b7968

Please sign in to comment.