mirror of
https://github.com/Corewala/Buran
synced 2024-12-21 23:32:40 +00:00
Fixed infinite refresh on default homepage
This commit is contained in:
parent
8258c48bb0
commit
a791521565
1 changed files with 1 additions and 0 deletions
|
@ -806,6 +806,7 @@ class GemActivity : AppCompatActivity() {
|
|||
|
||||
if(home.isEmpty()){
|
||||
loadingView(false)
|
||||
binding.pullToRefresh.isRefreshing = false
|
||||
adapter.render(listOf("# ${getString(R.string.app_name)}"))
|
||||
}
|
||||
}else{
|
||||
|
|
Loading…
Reference in a new issue