Fix statuses in search not openening details (#1479)

main
Konrad Pozniak 5 years ago committed by GitHub
parent 1300a619b8
commit feeeb4b268
  1. 3
      app/src/main/java/com/keylesspalace/tusky/components/search/fragments/SearchFragment.kt

@ -128,7 +128,8 @@ abstract class SearchFragment<T> : Fragment(),
bottomSheetActivity?.viewUrl(url)
}
protected val bottomSheetActivity = (activity as? BottomSheetActivity)
protected val bottomSheetActivity
get() = (activity as? BottomSheetActivity)
override fun onRefresh() {

Loading…
Cancel
Save