mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
fixing code quality warnings
This commit is contained in:
parent
71d1024fe9
commit
7971a74614
2 changed files with 1 additions and 2 deletions
|
@ -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…
Reference in a new issue