Complete mogo-module-warning fragment show
This commit is contained in:
@@ -38,7 +38,9 @@ public interface IMogoModuleProvider extends IProvider {
|
||||
* @param context
|
||||
* @return
|
||||
*/
|
||||
View createView( Context context );
|
||||
default View createView( Context context ){
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* 模块唯一标识
|
||||
|
||||
Reference in New Issue
Block a user