Fixed infinite refresh on default homepage

This commit is contained in:
Corewala 2022-06-20 18:03:35 -04:00
parent 8258c48bb0
commit a791521565
1 changed files with 1 additions and 0 deletions

View File

@ -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{