update mogoaiCloudsdk version and add log check logic

This commit is contained in:
zhongchao
2022-02-28 15:18:19 +08:00
parent c0451f5f7a
commit f52b441f3d
9 changed files with 16 additions and 55 deletions

View File

@@ -68,7 +68,6 @@ abstract class AbsLogView : ILogView, TouchProxy.OnTouchEventListener {
fun show(context: Context) {
if (isShow) {
Log.d("EmArrow", "isShow : $isShow")
return
}
performCreate(context)

View File

@@ -244,7 +244,6 @@ class LogInfoView : AbsLogView() {
mLogHint!!.visibility = View.VISIBLE
mLogRvWrap!!.visibility = View.GONE
val layoutParams = systemLayoutParams ?: return
Log.d("EmArrow", "minimize , layoutParams is not null")
layoutParams.flags = WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE
layoutParams.width = WindowManager.LayoutParams.MATCH_PARENT
layoutParams.height = WindowManager.LayoutParams.WRAP_CONTENT