Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Fix/11222 remove badge count from redeemed tests #4994

Merged
merged 14 commits into from
Feb 16, 2023

Conversation

puneetmahali1
Copy link
Contributor

Description

After scan the redeemed tests it was showing the badge count status.

Link to Jira

https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-11222

Screenshots

EXPOSUREAPP-11222.MP4

@puneetmahali1 puneetmahali1 added the bug Something isn't working label Jan 11, 2023
@puneetmahali1 puneetmahali1 added this to the v3.1.0 milestone Jan 11, 2023
@puneetmahali1 puneetmahali1 requested a review from a team January 11, 2023 16:20
@naveeddotio naveeddotio changed the title fix/11222 remove badge count from redeemed tests Fix/11222 remove badge count from redeemed tests Jan 12, 2023
Copy link
Contributor

@flxschmidt flxschmidt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@@ -1794,6 +1797,8 @@ class ExposureSubmissionCoordinator: NSObject, RequiresAppDependencies {
message: error.localizedDescription,
completion: { [weak self] in
self?.dismiss()
// reset the home badge count
self?.badgeWrapper.resetAll()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are resetting the total count, that means, if there was a count before that was unrelated to this condition here, will also be reseted.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

Copy link
Contributor

@naveeddotio naveeddotio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check my comment

@naveeddotio naveeddotio changed the base branch from release/3.1.x to release/3.2.x February 12, 2023 11:04
@naveeddotio naveeddotio modified the milestones: v3.1.0, v3.2.0 Feb 13, 2023
@naveeddotio naveeddotio merged commit 009b68c into release/3.2.x Feb 16, 2023
@naveeddotio naveeddotio deleted the fix/11222-remove-badge-from-redeemed-test branch February 16, 2023 14:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants