Fix statuses in search not openening details (#1479)
This commit is contained in:
parent
de14b1d47a
commit
9b8b036974
|
@ -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…
Reference in New Issue