FileManagerDialogBase sets hide state synchronously
Updated FileManagerDialogBase.shown to be set to false immediately when hide() is called. Previously, when one dialog spawns a second, the second fails to show since FileManagerDialogBase is setting its static 'shown' property to false async. The call to show the second dialog is ignored since the dialog believes it is still showing the first. Bug: 1010371 Change-Id: I96d5b9fad72c1c7a87520fdc92604494b5b7a9d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1849474 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Reviewed-by:Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#704490}
Showing
Please register or sign in to comment