Skip to content

Commit

Permalink
Show progress indicator for null state
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Nov 11, 2021
1 parent 87519d2 commit 669fe3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/entries/EntriesFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ class EntriesFragment : AppFragment(), Scrollable {
null -> {
swipeRefresh.isRefreshing = false
list.hide()
progress.hide()
progress.show(animate = true)
message.hide()
retry.hide()
}
Expand Down

0 comments on commit 669fe3f

Please sign in to comment.