Commit dbc61b83 authored by maxiaoliang's avatar maxiaoliang

修改部分机型崩溃,修改版本到1.0.7

parent fd738928
......@@ -49,9 +49,6 @@ class GameActivity : UnityPlayerActivity(), IDialogViewCloseCallback {
@SuppressLint("CheckResult")
override fun onCreate(savedInstanceState: Bundle?) {
StatusBarUtils.transportStatus(this, resources.getColor(R.color.transparent))
requestedOrientation = ActivityInfo.SCREEN_ORIENTATION_PORTRAIT // 禁用横屏
window.addFlags(WindowManager.LayoutParams.FLAG_SECURE) //禁止截屏
super.onCreate(savedInstanceState)
EventUtils.onEvent("tab_imp", "多多菜园")
if (SettingPreference.getIsShowGuide()) {
......
PACKAGE_NAME=com.ym.ddcy
VERSION_CODE=7
VERSION_NAME=1.0.6
\ No newline at end of file
VERSION_CODE=8
VERSION_NAME=1.0.7
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment