Merge "Fixed a bug where talkback couldn\'t scroll through notifications" into nyc-dev
am: 6c94972622
* commit '6c94972622a5fa6c2f0beb16f190015e81584013':
Fixed a bug where talkback couldn't scroll through notifications
Change-Id: I41bf71eabe7ab90cd93df33c28ac07ad5abd8354
This commit is contained in:
@@ -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;
|
||||
@@ -3600,6 +3601,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 */
|
||||
|
||||
Reference in New Issue
Block a user