mirror of
https://gitee.com/openharmony/graphic_graphic_2d
synced 2024-11-27 01:00:50 +00:00
commit
2a52b4a38b
@ -197,7 +197,7 @@ bool RSSystemProperties::GetRSScreenRoundCornerEnable()
|
||||
|
||||
bool RSSystemProperties::GetRenderNodePurgeEnabled()
|
||||
{
|
||||
static bool isPurgeable = system::GetParameter("persist.rosen.rendernode.purge.enabled", "1") != "0";
|
||||
static bool isPurgeable = system::GetParameter("persist.rosen.rendernode.purge.enabled", "0") != "0";
|
||||
return isPurgeable;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user