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 de14b1d47a
commit 9b8b036974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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