Fix all apps auto scroll issue on talkback mode

b/30769215

Change-Id: Idd0bbe1ac15c02d42eb28731955b80bab61ba6cc
This commit is contained in:
Hyunyoung Song 2016-11-09 12:08:56 -08:00
parent 28a64381b6
commit 4d11a2a2a0
1 changed files with 8 additions and 0 deletions

View File

@ -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.** {
*;
}