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

Commit e9f24cc8 authored by shaoweishen's avatar shaoweishen Committed by Shaowei Shen
Browse files

[Output switcher] OverScroll animation

don't set "never" to OverScrollMode on device list property.

Test: Verified on device
Bug: 237123119
Change-Id: Id349accae9477a84bed71c373e626a772fde6a2d
parent 9e737504
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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"/>
    </LinearLayout>

    <LinearLayout