-
Notifications
You must be signed in to change notification settings - Fork 496
Event Creation - Self check-in flow (EXPOSUREAPP-6299) #2812
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker , I think clearHistory is more suitable than cleanHistory
@@ -53,7 +53,8 @@ class CheckInsFragment : Fragment(R.layout.trace_location_attendee_checkins_frag | |||
factory as CheckInsViewModel.Factory | |||
factory.create( | |||
savedState = savedState, | |||
deepLink = navArgs.uri | |||
deepLink = navArgs.uri, | |||
cleanHistory = navArgs.cleanHistory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is better if you call it clearHistory
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have nothing against using clear
vs clean
it could be refactored later
Kudos, SonarCloud Quality Gate passed! |
Fix self-check-in flow