-
Notifications
You must be signed in to change notification settings - Fork 731
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
Debug Icon UX Improvements & Addition in New Layout #6871
Debug Icon UX Improvements & Addition in New Layout #6871
Conversation
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!
Can you solve lint problems before merging? |
…ew-layout-debug # Conflicts: # vector/src/test/java/im/vector/app/features/navigation/DefaultNavigatorTest.kt
SonarCloud Quality Gate 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.
LGTM
@@ -138,6 +139,8 @@ class HomeActivity : | |||
@Inject lateinit var fcmHelper: FcmHelper | |||
@Inject lateinit var nightlyProxy: NightlyProxy | |||
|
|||
private var isNewAppLayoutEnabled: Boolean = false // delete once old app layout is removed |
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.
NIT (merge without addressing): better reference a line of code or issue, so it will be possible to check this condition. Here it could be an app layout flag
Type of change
Content
Motivation and context
Closes #6867
Screenshots / GIFs
Tests
Tested devices
Checklist