From e9f24cc8d0937b1c99d6de08723e0864647bd986 Mon Sep 17 00:00:00 2001 From: shaoweishen Date: Tue, 5 Jul 2022 07:02:56 +0000 Subject: [PATCH] [Output switcher] OverScroll animation don't set "never" to OverScrollMode on device list property. Test: Verified on device Bug: 237123119 Change-Id: Id349accae9477a84bed71c373e626a772fde6a2d --- packages/SystemUI/res/layout/media_output_dialog.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/SystemUI/res/layout/media_output_dialog.xml b/packages/SystemUI/res/layout/media_output_dialog.xml index 1efb4796b5b79..eb43853abdecd 100644 --- a/packages/SystemUI/res/layout/media_output_dialog.xml +++ b/packages/SystemUI/res/layout/media_output_dialog.xml @@ -89,8 +89,7 @@ android:id="@+id/list_result" android:scrollbars="vertical" android:layout_width="match_parent" - android:layout_height="wrap_content" - android:overScrollMode="never"/> + android:layout_height="wrap_content"/>