mirror of
https://github.com/accelforce/Yuito
synced 2024-12-23 05:55:20 +01:00
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
Block a user