fixing code quality warnings
This commit is contained in:
parent
71d1024fe9
commit
7971a74614
@ -114,7 +114,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
app:constraint_referenced_ids="entrySignOutAll,signOutAllLabel" />
|
app:constraint_referenced_ids="entrySignOutAll,signOutAllLabel" />
|
||||||
|
|
||||||
<com.google.android.material.checkbox.MaterialCheckBox
|
<CheckBox
|
||||||
android:id="@+id/entrySignOutAll"
|
android:id="@+id/entrySignOutAll"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -559,7 +559,6 @@ class OnboardingViewModelTest {
|
|||||||
.finish()
|
.finish()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
private fun viewModelWith(state: OnboardingViewState) {
|
private fun viewModelWith(state: OnboardingViewState) {
|
||||||
OnboardingViewModel(
|
OnboardingViewModel(
|
||||||
state,
|
state,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user