Skip to content

Commit 8f854ee

Browse files
committed
fixing code quality warnings
1 parent d13e289 commit 8f854ee

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vector/src/main/res/layout/fragment_ftue_reset_password_input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
android:layout_height="wrap_content"
115115
app:constraint_referenced_ids="entrySignOutAll,signOutAllLabel" />
116116

117-
<com.google.android.material.checkbox.MaterialCheckBox
117+
<CheckBox
118118
android:id="@+id/entrySignOutAll"
119119
android:layout_width="wrap_content"
120120
android:layout_height="wrap_content"

vector/src/test/java/im/vector/app/features/onboarding/OnboardingViewModelTest.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ class OnboardingViewModelTest {
553553
.finish()
554554
}
555555

556-
557556
private fun viewModelWith(state: OnboardingViewState) {
558557
OnboardingViewModel(
559558
state,

0 commit comments

Comments
 (0)