Loading libs/hwui/renderthread/DrawFrameTask.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ bool DrawFrameTask::syncFrameState(TreeInfo& info) { } } // If prepareTextures is false, we ran out of texture cache space return !info.out.hasFunctors && info.prepareTextures; return info.prepareTextures; } void DrawFrameTask::unblockUiThread() { Loading Loading
libs/hwui/renderthread/DrawFrameTask.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ bool DrawFrameTask::syncFrameState(TreeInfo& info) { } } // If prepareTextures is false, we ran out of texture cache space return !info.out.hasFunctors && info.prepareTextures; return info.prepareTextures; } void DrawFrameTask::unblockUiThread() { Loading