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

Commit f8f3196e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

Fix all apps auto scroll issue on talkback mode b/30769215

am: 4d11a2a2

Change-Id: Idb995c7ac676287bc7f17ad11792996be8561479
parents 1ef74f51 4d11a2a2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -82,3 +82,11 @@
  *;
}

# Proguard will strip methods required for talkback to properly scroll to
# next row when focus is on the last item of last row when using a RecyclerView
# Keep optimized and shrunk proguard to prevent issues like this when using
# support jar.
-keep allowoptimization,allowshrinking class android.support.** {
  *;
}