Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
arriolac authored Dec 26, 2023
1 parent ec06499 commit f387658
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private fun GalleryScreen(

val pullToRefreshState = rememberPullToRefreshState()

if (pullToRefreshState.isRefreshing){
if (pullToRefreshState.isRefreshing) {
onPullToRefresh()
}

Expand Down

0 comments on commit f387658

Please sign in to comment.