Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0cf68527 authored by chaviw's avatar chaviw
Browse files

Call finishDrawing for Windows with visiblity GONE

The viewVisiblity is set to GONE with a client request to relayout. If
this occurs and there's a blast sync transaction waiting, finishDrawing
will never be called since the client will not render when visibility is
GONE. Thereofre, call finishDrawing here to prevent system server from
blocking on a Window that will never draw.

Change-Id: I04f143c962dd94e6ba0e439d421eb3a53a6548cc
Bug: 153579514
Test: applySyncTransaction with hiding window in transaction
parent 0cdc03a7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment