-
Notifications
You must be signed in to change notification settings - Fork 283
Task/14350 adapt new changes #4896
Task/14350 adapt new changes #4896
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.
LGTM! 👍
@@ -114,7 +111,7 @@ struct SRSConsentViewModel { | |||
ack1.addAttributes(attributes, range: NSRange(location: 0, length: AppStrings.SRSConsentScreen.legalBulletPoint01.count)) | |||
|
|||
let ack2 = NSMutableAttributedString(string: "\(AppStrings.SRSConsentScreen.legalBulletPoint02)") | |||
ack2.addAttributes(attributes, range: NSRange(location: 0, length: AppStrings.SRSConsentScreen.legalBulletPoint02.count)) | |||
ack2.addAttributes(attributes, range: NSRange(location: 52, length: 36)) |
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.
Would be nicer with a calculation, instead of static, but it's okay. Not so important. ;)
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.
Will add this to my todo list for later
// MARK: - Init | ||
|
||
init( | ||
viewModel: SRSDataProcessingInfoViewModel = .init() |
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.
Like! 👍
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.
UA approved
Description
Adapting new changes and refactoring thank you screen
Link to Jira
https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14350