This commit is contained in:
unknown
2020-07-23 19:32:56 +08:00
parent d05bc04f3e
commit d7a900c735

View File

@@ -64,7 +64,7 @@ class AuthorizeDialog : BaseFloatDialog, View.OnClickListener, IVoiceCommandList
if(DebugConfig.getCarMachineType() != DebugConfig.CAR_MACHINE_TYPE_BYD){
if (mWindow != null) {
val lp = mWindow.attributes
lp.width = 1280
lp.width = 1024
lp.height = 600
mWindow.attributes = lp
}