Skip to content
Commit e8a9c64a authored by Miranda Kephart's avatar Miranda Kephart
Browse files

Fix race condition causing screenshot view to be added to window twice

In some cases, invoking multiple screenshots in quick succession causes
an error as the decor view is added to the window twice. This change
blocks attempting to attach the window between telling the window
manager to add the decor view and getting the callback that it has
been added.

Bug: 190249438
Fix: 190249438
Test: manual
Change-Id: I2bc3a1322651ab312e75bb9e9426909db368d84e
parent df2554e6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment