-
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
[Session manager] Add actions to rename and signout current session (PSG-885) #7707
[Session manager] Add actions to rename and signout current session (PSG-885) #7707
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.
All good!
activity?.let { SignOutUiWorker(it).perform() } | ||
} | ||
|
||
private fun initCurrentSessionListView() { |
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 the name should be initDeviceListCurrentSessionView
?
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.
I agree naming is not correct here. I renamed it to initCurrentSessionView()
to align with the other methods.
SonarCloud Quality Gate failed. |
Type of change
Content
Adding 2 actions in the overflow menu of the current session card view in the new main session manager screen:
Motivation and context
Closes #7697
Screenshots / GIFs
Tests
Tested devices
Checklist