Skip to content

Commit 513b943

Browse files
committed
Stop editing prediction on fixture 'predict' click
1 parent 083e5d0 commit 513b943

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/java/com/ricknout/rugbyranker/ui/SportFragment.kt

+1
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ class SportFragment : DaggerFragment() {
356356
applyWorldRugbyMatchToInput(worldRugbyMatch)
357357
showMatchPredictionInput = true
358358
viewPager.currentItem = POSITION_RANKINGS
359+
rankingsViewModel.endEditMatchPrediction()
359360
})
360361
}
361362

0 commit comments

Comments
 (0)