This commit is contained in:
unknown
2020-07-23 19:32:30 +08:00
parent f4e285323a
commit 09c3ba136f

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
}