Fix statuses in search not openening details (#1479)

This commit is contained in:
Konrad Pozniak 2019-09-12 20:02:30 +02:00 committed by GitHub
parent 1300a619b8
commit feeeb4b268
1 changed files with 2 additions and 1 deletions

View File

@ -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() {