修改蓝牙直播,同时获取网络轨迹的bug;新增出现闪退,5秒自动退出APP;
This commit is contained in:
@@ -36,6 +36,7 @@ import androidx.annotation.StringDef
|
||||
MMKVKey.OnlyGoogleMap,
|
||||
MMKVKey.MapType,
|
||||
MMKVKey.ShowFence,
|
||||
MMKVKey.isCrash,
|
||||
MMKVKey.Shared
|
||||
)
|
||||
@Retention(AnnotationRetention.SOURCE)
|
||||
@@ -95,5 +96,6 @@ annotation class MMKVKey {
|
||||
|
||||
//是否分享的
|
||||
const val Shared = "shared"
|
||||
const val isCrash = "isCrash"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user