File tree 1 file changed +10
-10
lines changed
library/src/main/java/com/aries/library/fast
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 17
17
* 1、2019-9-16 14:34:51 增加FastManager初始化
18
18
*/
19
19
public class FastFileProvider extends FileProvider {
20
- @ Override
21
- public boolean onCreate () {
22
- Context context = getContext ().getApplicationContext ();
23
- if (context ==null ){
24
- context = FastUtil .getApplication ();
25
- }
26
- Log .d ("FastFileProvider" , "context:" + context );
27
- FastManager .init ((Application ) context );
28
- return super .onCreate ();
29
- }
20
+ // @Override
21
+ // public boolean onCreate() {
22
+ // Context context = getContext().getApplicationContext();
23
+ // if(context==null){
24
+ // context = FastUtil.getApplication();
25
+ // }
26
+ // Log.d("FastFileProvider", "context:" + context);
27
+ // FastManager.init((Application) context);
28
+ // return super.onCreate();
29
+ // }
30
30
}
You can’t perform that action at this time.
0 commit comments