Complete mogo-module-warning fragment show

This commit is contained in:
董宏宇
2021-08-03 16:44:35 +08:00
parent 98de735586
commit 5abaeb8554
17 changed files with 153 additions and 42 deletions

View File

@@ -38,7 +38,9 @@ public interface IMogoModuleProvider extends IProvider {
* @param context
* @return
*/
View createView( Context context );
default View createView( Context context ){
return null;
}
/**
* 模块唯一标识