-
Notifications
You must be signed in to change notification settings - Fork 739
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
Spaces | Default to 'Home' in settings #3765
Conversation
e8ecd54
to
edf0f6e
Compare
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, 2 small remarks.
Cannot be merged because of lint
@@ -3417,7 +3417,10 @@ | |||
<string name="space_manage_rooms_and_spaces">Manage rooms and spaces</string> | |||
|
|||
|
|||
<string name="labs_space_show_orphan_in_home">Experimental Space - Only show orphans in Home</string> |
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.
Lint is not happy, you have to remove all the existing translations for this string.
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.
done
@@ -30,6 +30,16 @@ | |||
|
|||
</im.vector.app.core.preference.VectorPreferenceCategory> | |||
|
|||
<im.vector.app.core.preference.VectorPreferenceCategory android:title="@string/spaces_header"> |
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.
Maybe create a new string for the setting section instead of reusing spaces_header
?
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.
done
edf0f6e
to
27df3e6
Compare
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.
Thanks for the update
Fixes #3754
Moved and renamed the lab preference to a regular preference