Fixed gallery images swipe gesture and Slidr gesture conflicts in all places.

This commit is contained in:
Docile-Alligator
2023-04-28 22:21:15 +08:00
parent 9308bc3714
commit d65a355bdc
13 changed files with 105 additions and 120 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ml.docilealligator.infinityforreddit.customviews.SwipeLockLinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
@@ -89,4 +89,4 @@
</androidx.constraintlayout.widget.ConstraintLayout>
</ml.docilealligator.infinityforreddit.customviews.SwipeLockLinearLayout>
</LinearLayout>