Files app: Remove callback from launcher.launchFileManager()
Given that this function is async, we can remove callback and the caller sites can use then() or "await" to chain additional work. This simplifies the logic inside launchFileManager() method. Bug: 1067478 Change-Id: I203370d5ff9dbb351df8bcd68696bae39630e5fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2147438Reviewed-by:Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#759533}
Showing
Please register or sign in to comment