summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2016-11-09 12:08:56 -0800
committerHyunyoung Song <hyunyoungs@google.com>2016-11-09 12:08:56 -0800
commit4d11a2a2a07be391bb515685b7856954bedbf555 (patch)
tree4a68af9c281d567a900fec4cc8f316b70dc1e26f /proguard.flags
parent28a64381b67d72fcc8b994343507ed9c5821df53 (diff)
downloadandroid_packages_apps_Trebuchet-4d11a2a2a07be391bb515685b7856954bedbf555.tar.gz
android_packages_apps_Trebuchet-4d11a2a2a07be391bb515685b7856954bedbf555.tar.bz2
android_packages_apps_Trebuchet-4d11a2a2a07be391bb515685b7856954bedbf555.zip
Fix all apps auto scroll issue on talkback mode
b/30769215 Change-Id: Idd0bbe1ac15c02d42eb28731955b80bab61ba6cc
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags8
1 files changed, 8 insertions, 0 deletions
diff --git a/proguard.flags b/proguard.flags
index c5e9db1f0..72b6e6580 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -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.** {
+ *;
+}
+