-
Notifications
You must be signed in to change notification settings - Fork 658
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
[Financial Connections] Eagerly finish activities if they're started with invalid args. #5891
[Financial Connections] Eagerly finish activities if they're started with invalid args. #5891
Conversation
Diffuse output:
APK
DEX
|
@jaynewstrom-stripe Removed the nullable viewModel thanks to your suggestions! |
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, happy to throw the green check if you don't think it's worth the test change.
import com.google.common.truth.Truth.assertThat | ||
import org.junit.Test | ||
|
||
internal class FinancialConnectionsSheetActivityTest { |
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.
Could we move this to a unit test (via robolectric)? Seems unnecessary to run a test like this on an emulator.
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.
…finish-activity-no-args
Summary
Adds
viewModelLazy
mavericks extension that prevents Mavericks ViewModel eagerly in onCreate.BANKCON-5821
Testing