mirror of
https://github.com/pachli/pachli-android.git
synced 2025-01-07 14:21:17 +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