Fix statuses in search not openening details (#1479)
This commit is contained in:
parent
de14b1d47a
commit
9b8b036974
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue