-
Notifications
You must be signed in to change notification settings - Fork 758
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
Expose pusher profile tag in advanced settings #6369
Conversation
Signed-off-by: Johannes Marbach <johannesm@element.io>
a27e3e7
to
ec07355
Compare
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_marginBottom="16dp" | ||
android:textStyle="" /> |
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.
the empty text style is a little strange, would have expected normal
instead of blank or removing the tag entirely, might be worth cleaning up the file whilst we're in the area 🙏
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.
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.
yep, that's great! I'm a little surprised that the blank case had been compiling
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.
tiny comment about cleaning up some xml tag usages, LGTM 💯
Signed-off-by: Johannes Marbach <johannesm@element.io>
Kudos, SonarCloud Quality Gate passed!
|
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!
Type of change
Content
This makes the current pusher's profile tag visible in the advanced settings.
Motivation and context
For debugging notifications, it's helpful to know the profile tag.
Screenshots / GIFs
Tests
Navigate into Settings > Advanced Settings > Notification Targets
Tested devices
Checklist