1
0
Fork 0

For #5421 - Make share dialog scrim dismiss fragment

master
ekager 2019-09-20 08:32:03 -07:00 committed by Emily Kager
parent 95a7aa9223
commit 464122fda1
1 changed files with 1 additions and 0 deletions

View File

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