Move snackbar manager out of BottomSheetController
This patch moves the snackbar manager out of the BottomSheetController and removes the controller's dependency on Activity. The controller did little more than hold a reference to the snackbar manager, this is more along the lines of "feature interaction". As a result the code has been moved to "glue code" in the activity (soon to be RootUiCoordinator). Bug: 986310, 1002277 Change-Id: Ibdbd2ad5a65e9721aecce20a54d7eb632814455e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1822027Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#699526}
Showing
Please register or sign in to comment