[3.4.0-map-sdk] code style

This commit is contained in:
zhongchao
2023-09-27 14:21:40 +08:00
parent 2238cb64e0
commit 722607fba4
11 changed files with 318 additions and 321 deletions

View File

@@ -1,5 +1,6 @@
package com.mogo.eagle.core.widget.media.video
import android.annotation.SuppressLint
import android.content.Context
import android.os.Build
import android.util.AttributeSet
@@ -212,6 +213,7 @@ class NoticeSimpleVideoPlayer : StandardGSYVideoPlayer {
}
}
@SuppressLint("ObsoleteSdkInt")
override fun onSizeChanged(w: Int, h: Int, oldw: Int, oldh: Int) {
super.onSizeChanged(w, h, oldw, oldh)
if (!mIfCurrentIsFullscreen) {