mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-23 23:21:05 +00:00
commit
6e49890fe2
@ -3123,7 +3123,9 @@ void AceContainer::NotifyDensityUpdate()
|
||||
void AceContainer::NotifyDirectionUpdate()
|
||||
{
|
||||
bool fullUpdate = NeedFullUpdate(DIRECTION_KEY);
|
||||
ConfigurationChange configurationChange { .directionUpdate = true };
|
||||
pipelineContext_->FlushReload(configurationChange, fullUpdate);
|
||||
if (fullUpdate) {
|
||||
ConfigurationChange configurationChange { .directionUpdate = true };
|
||||
pipelineContext_->FlushReload(configurationChange, fullUpdate);
|
||||
}
|
||||
}
|
||||
} // namespace OHOS::Ace::Platform
|
||||
|
Loading…
Reference in New Issue
Block a user