fixing code quality warnings

This commit is contained in:
Adam Brown 2022-06-08 11:40:55 +01:00
parent 71d1024fe9
commit 7971a74614
2 changed files with 1 additions and 2 deletions

View file

@ -114,7 +114,7 @@
android:layout_height="wrap_content"
app:constraint_referenced_ids="entrySignOutAll,signOutAllLabel" />
<com.google.android.material.checkbox.MaterialCheckBox
<CheckBox
android:id="@+id/entrySignOutAll"
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -559,7 +559,6 @@ class OnboardingViewModelTest {
.finish()
}
private fun viewModelWith(state: OnboardingViewState) {
OnboardingViewModel(
state,