-
Notifications
You must be signed in to change notification settings - Fork 206
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
[Android] Enable to get version name from BuildConfig on AboutScreen #1113
[Android] Enable to get version name from BuildConfig on AboutScreen #1113
Conversation
Hi @syarihu! Codes seem to be unformatted. To resolve this issue, please run |
We've attempted this. However, there's an issue where the tests can't recognize the Dagger Module of the app-android module. I believe the tests will fail. 😭 |
…rovider. Then, overwrite the provider with android-app module so that both testing module and android-app module can handle BuildConfigProvider
1913a99
to
6e95950
Compare
@takahirom |
Snapshot diff report
|
val uiState = MutableStateFlow( | ||
AboutScreenUiState(), | ||
).asStateFlow() | ||
val uiState: StateFlow<AboutScreenUiState> = buildUiState(versionNameStateFlow) { |
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.
👍
@matsumo0922 For your reference, the issue is fixed now! 👍 |
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 have never used the BindsOptionalOf! Thanks
Thanks for your review and merge! |
Issue
Overview (Required)
Detail
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)