Skip to content

Commit

Permalink
Fix missing rebase conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
e10dokup committed Feb 4, 2018
1 parent 1d73ffe commit e73e923
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,10 @@ class AllSessionsFragment : Fragment(), Injectable, CurrentSessionScroller, TabL
binding.sessionsRecycler.scrollToPosition(currentSessionPosition)
}

<<<<<<< HEAD
override fun scrollToTop() {
binding.sessionsRecycler.smoothScrollToPosition(0)
}

=======
>>>>>>> Set Shared element on other sessions fragments
private fun setupRecyclerView() {
val groupAdapter = GroupAdapter<ViewHolder>().apply {
add(sessionsSection)
Expand Down

0 comments on commit e73e923

Please sign in to comment.