mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-02 12:16:55 +01:00
fixing code quality warnings
This commit is contained in:
parent
71d1024fe9
commit
7971a74614
@ -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"
|
||||
|
@ -559,7 +559,6 @@ class OnboardingViewModelTest {
|
||||
.finish()
|
||||
}
|
||||
|
||||
|
||||
private fun viewModelWith(state: OnboardingViewState) {
|
||||
OnboardingViewModel(
|
||||
state,
|
||||
|
Loading…
x
Reference in New Issue
Block a user