Skip to content

Commit

Permalink
fix: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Nov 23, 2024
1 parent af3124a commit 13bb1ad
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ class CloneRepoFragment(
repoList.addAll(repos)

if (!isAdded || isStateSaved) return@runOnUiThread
adapter.notifyItemRangeInserted(prevEnd, repos.size)
repoListRecycler.scrollToPosition(prevEnd)
adapter.notifyItemRangeInserted(prevEnd, repos.size)
repoListRecycler.scrollToPosition(prevEnd)
}
}

Expand Down

0 comments on commit 13bb1ad

Please sign in to comment.