mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 15:10:30 +00:00
commit
0bb86d415d
@ -1205,7 +1205,9 @@ UIContentErrorCode UIContentImpl::CommonInitializeForm(
|
||||
reinterpret_cast<NativeReference*>(ref), context);
|
||||
}
|
||||
}
|
||||
UpdateFontScale(context->GetConfiguration());
|
||||
if (context) {
|
||||
UpdateFontScale(context->GetConfiguration());
|
||||
}
|
||||
return UIContentErrorCode::NO_ERRORS;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user