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

Commit e91a027e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Prevent swipe-to-dismiss conversation header" into rvc-dev

parents 613b829a 5cdecb80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6539,7 +6539,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) {