修复崩溃

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-21 16:11:50 +08:00
parent 5e2c5cd0f5
commit e5f3b75f0d
2 changed files with 2 additions and 3 deletions

View File

@@ -30,7 +30,5 @@ interface IMoGoFunctionProvider : IProvider {
/**
* 功能销毁回调
*/
fun onDestroy() {
Log.d("IMoGoFunctionProvider", "onDestroy")
}
fun onDestroy()
}