-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: OtherUser devices: wrong MLS data [WPB-8908] #3040
fix: OtherUser devices: wrong MLS data [WPB-8908] #3040
Conversation
Test Results824 tests 824 ✅ 9m 25s ⏱️ Results for commit 601c95e. ♻️ This comment has been updated with latest results. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 5005 succeeded. The build produced the following APK's: |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 5013 succeeded. The build produced the following APK's: |
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.
Looking good, just would be nice to cover this with tests
app/src/main/kotlin/com/wire/android/ui/settings/devices/DeviceDetailsViewModel.kt
Show resolved
Hide resolved
Build 5055 failed. |
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.
🚀
Build 5061 failed. |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 5062 succeeded. The build produced the following APK's: |
Quality Gate passedIssues Measures |
APKs built during tests are available here. Scroll down to Artifacts! |
Build 5150 succeeded. The build produced the following APK's: |
What's new in this PR?
Issues
In OtherUserProfile screen: MLS data in devices is wrong (no MLS thumbprint)
The same in DeviceDetails screen
Causes (Optional)
MLS thumbprint should be gotten from the
com.wire.kalium.logic.feature.e2ei.E2eiCertificate
notcom.wire.kalium.logic.data.client.Client
.Solutions
Use the proper source of trues.
Attachments (Optional)