Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
subhajitxyz committed Jan 11, 2025
1 parent ad8e3ed commit 46f3dc5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,12 +380,13 @@ class StateFragmentPresenter @Inject constructor(
//approach 3
if(comeFromHint) {
//do nothing
comeFromHint = false
} else {
stateViewModel.itemList.clear()
stateViewModel.itemList += dataPair.first
stateViewModel.rightItemList.clear()
stateViewModel.rightItemList += dataPair.second
comeFromHint = false

}


Expand Down

0 comments on commit 46f3dc5

Please sign in to comment.