1
0
Fork 0

Closes #9495: Dismiss the ShareFragment in onPause()

master
Abhay Agarwal 2020-04-03 03:59:11 +05:30 committed by Mugurell
parent 12d486bf02
commit 1c65bb8255
1 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,11 @@ class ShareFragment : AppCompatDialogFragment() {
setStyle(STYLE_NO_TITLE, R.style.ShareDialogStyle)
}
override fun onPause() {
super.onPause()
dismiss()
}
override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,