-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Ensure RMF is not shown on app start if browser showing #4753
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
Ensure RMF is not shown on app start if browser showing #4753
Conversation
|
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @malmstein and the rest of your teammates on |
| ) : MainProcessLifecycleObserver { | ||
|
|
||
| override fun onCreate(owner: LifecycleOwner) { | ||
| override fun onStart(owner: LifecycleOwner) { |
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.
Any reason for this change?
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.
No, leftover from testing
cmonfortep
left a comment
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 tested and haven't found anything broken.
Just left a minor comment about hiding the container for ssl errors.
| ) { | ||
| webViewContainer.gone() | ||
| newBrowserTab.newTabLayout.gone() | ||
| newBrowserTab.newTabContainerLayout.gone() |
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.
Edge case landing here during onboarding, but this can be removed based on what we saw during testing
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.
scratch that, it's correct to set newtab gone here.

Task/Issue URL: https://app.asana.com/0/1157893581871903/1207786103010682
Description
Steps to test this PR
RMF