exclude apps from backup: react also when only switch is tapped

Fixes #83
This commit is contained in:
Torsten Grote 2020-11-18 17:05:26 -03:00
parent b1a0c1b2e2
commit 020a50533c
No known key found for this signature in database
GPG key ID: 3E5F77D92CF891FF

View file

@ -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"