diff --git a/src/org/thoughtcrime/securesms/loki/fragments/ContactSelectionListFragment.kt b/src/org/thoughtcrime/securesms/loki/fragments/ContactSelectionListFragment.kt index 1285b65198..1dfd5e577f 100644 --- a/src/org/thoughtcrime/securesms/loki/fragments/ContactSelectionListFragment.kt +++ b/src/org/thoughtcrime/securesms/loki/fragments/ContactSelectionListFragment.kt @@ -56,16 +56,16 @@ class ContactSelectionListFragment : Fragment(), LoaderManager.LoaderCallbacks) { if (activity?.isDestroyed == true) { Log.e(ContactSelectionListFragment::class.java.name, - "Received a loader callback after the fragment was detached from an activity.", + "Received a loader callback after the fragment was detached from the activity.", IllegalStateException()) return }