srctree

Robin Linden parent de715145 71cdfce8
Fix the incoming share dialog disappearing on rotation

inlinesplit
atox/src/main/kotlin/ui/contactlist/ContactListFragment.kt added: 2, removed: 2, total 0
@@ -187,9 +187,9 @@ class ContactListFragment :
}
shareDialog?.setOnDismissListener {
shareDialog = null
arguments?.remove(ARG_SHARE)
}
shareDialog?.show()
arguments?.remove(ARG_SHARE)
}
 
activity?.getSystemService<InputMethodManager>().let { imm ->