-
Notifications
You must be signed in to change notification settings - Fork 43
feat: disable profile QR code feature flag (WPB-20230) #4285
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
Conversation
81e83c4
to
e31ea39
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4285 +/- ##
===========================================
+ Coverage 47.74% 47.76% +0.01%
===========================================
Files 525 525
Lines 17918 17930 +12
Branches 2950 2952 +2
===========================================
+ Hits 8555 8564 +9
- Misses 8481 8483 +2
- Partials 882 883 +1
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
e31ea39
to
73b2bf8
Compare
this is only to show the QR code, i would assume the app should not react to the deeplink in this case, otherwise if the QR is obtained another way, the app will still react to it |
I will check it |
app/src/main/kotlin/com/wire/android/ui/userprofile/common/UserProfileInfo.kt
Outdated
Show resolved
Hide resolved
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.
LGMT! 🚀
I think we can remove a leftover feature flag used while developing 1 year ago, since this is now controlled by BE :D
60397c3
to
d90c22f
Compare
8a1a4b5
to
0ad8ff7
Compare
0ad8ff7
to
63b86fd
Compare
|
https://wearezeta.atlassian.net/browse/WPB-20230
What's new in this PR?
New feature flag to hide QR code on user profile page.