-
Notifications
You must be signed in to change notification settings - Fork 33
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
Ledger/sign #404
Ledger/sign #404
Conversation
valentunn
commented
Aug 31, 2022
android:id="@+id/sign_ledger_nav_graph" | ||
app:startDestination="@id/signLedgerFragment"> | ||
|
||
|
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.
Extra line
} | ||
} | ||
|
||
private fun View.transition(fadedOut: () -> Unit) { |
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.
What do you think about name with more context. for example fadeTransition
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.
Agree. Though animation might change in the future so I think it is better to name it smth like stateChangeTransition
Gonna fix PR comments in #405 to avoid merge conflicts |
* Add/change ledger chain account * Code style * Fix - bottom sheet does not open after cancellation * Fix PR comments from #404