fun showLoading()

in app/src/main/java/co/elastic/apm/opbeans/app/ui/LoadableList.kt [73:75]


    fun showLoading() {
        swipeToRefresh.isRefreshing = true
    }