[add] 解决不释放导致内存泄露问题

This commit is contained in:
liujing
2021-10-12 15:35:50 +08:00
parent a81af23bd2
commit 802fc8a0e4
7 changed files with 87 additions and 54 deletions

View File

@@ -1,5 +1,10 @@
package com.mogo.service.statusmanager;
import org.jetbrains.annotations.NotNull;
import kotlin.Unit;
import kotlin.jvm.functions.Function0;
/**
* @author congtaowang
* @since 2020-01-04
@@ -13,4 +18,5 @@ public interface IMogoStatusChangedListener {
* @param isTrue true - accOn、adas ui show、voice ui show、push ui show、v2x ui show
*/
void onStatusChanged( StatusDescriptor descriptor, boolean isTrue );
}