exclude apps from backup: react also when only switch is tapped
Fixes #83
This commit is contained in:
parent
b1a0c1b2e2
commit
020a50533c
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
android:id="@+id/switchView"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:clickable="false"
|
||||
android:visibility="invisible"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
|
Loading…
Reference in a new issue