[fenix] For https://github.com/mozilla-mobile/fenix/issues/5421 - Make share dialog scrim dismiss fragment

pull/600/head
ekager 5 years ago committed by Emily Kager
parent d07712148e
commit d035941a64

@ -133,6 +133,7 @@ class ShareFragment : AppCompatDialogFragment() {
)
)
view.shareWrapper.setOnClickListener { shareInteractor.onShareClosed() }
shareToAccountDevicesView =
ShareToAccountDevicesView(view.devicesShareLayout, shareInteractor)
shareCloseView = ShareCloseView(view.closeSharingLayout, shareInteractor)

Loading…
Cancel
Save