Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cdecb80 authored by Steve Elliott's avatar Steve Elliott
Browse files

Prevent swipe-to-dismiss conversation header

Fixes: 157712434
Test: manual
Change-Id: I2115216555b94f63518c25a1e382bef84d2447ff
parent 275248dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6538,7 +6538,7 @@ public class NotificationStackScrollLayout extends ViewGroup implements ScrollAd
            return row.canViewBeDismissed();
        }
        if (v instanceof PeopleHubView) {
            return true;
            return ((PeopleHubView) v).getCanSwipe();
        }
        return false;
    }
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ class PeopleHubView(context: Context, attrs: AttributeSet) :
        }
    }

    var canSwipe: Boolean = true
    var canSwipe: Boolean = false
        set(value) {
            if (field != value) {
                if (field) {