Fixed an issue with updating apps (and brought back old recycler updating logic tot ry out)

This commit is contained in:
ottoptj 2024-08-05 15:49:07 +03:00
commit 84e9ee2280
6 changed files with 186 additions and 36 deletions

View file

@ -123,7 +123,7 @@
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="true"
android:defaultValue="false"
android:title="Swipe Left"
app:key="leftSwipe" />
<Preference
@ -136,7 +136,7 @@
<SwitchPreference
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:defaultValue="true"
android:defaultValue="false"
android:title="Swipe Right"
app:key="rightSwipe" />
<Preference