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

Commit d8cbcf0c authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed a bug where talkback couldn\'t scroll through notifications" into...

Merge "Fixed a bug where talkback couldn\'t scroll through notifications" into nyc-dev am: 6c949726 am: 6efad815
am: 3eec7d66

* commit '3eec7d66':
  Fixed a bug where talkback couldn't scroll through notifications

Change-Id: I78e79d6a596dddf3a4a2f7a48b97cc7ee3998127
parents 14f4473e 3eec7d66
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@ import android.view.accessibility.AccessibilityNodeInfo;
import android.view.animation.AnimationUtils;
import android.view.animation.Interpolator;
import android.widget.OverScroller;
import android.widget.ScrollView;

import com.android.internal.logging.MetricsLogger;
import com.android.internal.logging.MetricsProto.MetricsEvent;
@@ -3606,6 +3607,8 @@ public class NotificationStackScrollLayout extends ViewGroup
                info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_SCROLL_DOWN);
            }
        }
        // Talkback only listenes to scroll events of certain classes, let's make us a scrollview
        info.setClassName(ScrollView.class.getName());
    }

    /** @hide */