Not a kotlin question but is there a good way to setup a SwipeRefresh with a RecyclerView + empty view? I found some problems I was having was related to not having the RecyclerView as the only child of SwipeRefresh. But I'd like the SwipeRefresh to work with the empty view as well. Only viable solution I saw on stackOverflow was to have 2 swipeRefresh layouts.