aa
This commit is contained in:
@@ -36,14 +36,13 @@ CLLMainLua.init = function()
|
||||
ReporterMessageReceiver.self:setLua()
|
||||
end
|
||||
-- 设置显示状态栏
|
||||
Screen.fullScreen = false
|
||||
-- Screen.fullScreen = false
|
||||
-- AndroidStatusBar.setColor(AndroidStatusBar.DEFAULT_BACKGROUND_COLOR)
|
||||
-- AndroidStatusBar.statusBarState = AndroidStatusBar.States.Visible
|
||||
-- AndroidStatusBar.dimmed = false
|
||||
-- AndroidStatusBar.setFlags(AndroidStatusBar.WINDOW_FLAG_FORCE_NOT_FULLSCREEN)
|
||||
|
||||
CS.ApplicationChrome.statusBarState = CS.ApplicationChrome.States.Visible
|
||||
CS.ApplicationChrome.dimmed = false
|
||||
-- CS.ApplicationChrome.statusBarState = CS.ApplicationChrome.States.Visible
|
||||
-- CS.ApplicationChrome.dimmed = false
|
||||
|
||||
--设置帧率
|
||||
Application.targetFrameRate = 10
|
||||
@@ -169,6 +168,7 @@ function CLLMainLua.onCheckUpgrader(isHaveUpdated)
|
||||
end
|
||||
|
||||
function CLLMainLua.begain()
|
||||
pcall(fitIphoneX)
|
||||
local success, msg = pcall(CLLMainLua.init)
|
||||
if not success then
|
||||
printe(msg)
|
||||
|
||||
Reference in New Issue
Block a user