Skip to content

Commit

Permalink
[fix] #181 swipe refresh 하면 selectedItemIndex 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
sxunea committed Sep 2, 2023
1 parent fc503dc commit 2cb211e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@ class WineyFeedFragment :
binding.layoutWineyfeedRefresh.setOnRefreshListener {
refreshWineyFeed()
binding.layoutWineyfeedRefresh.isRefreshing = false
selectedItemIndex = -1
}
}

Expand Down

0 comments on commit 2cb211e

Please sign in to comment.