OSDN Git Service

Remove background scrim when there are no top insets.
[android-x86/packages-apps-Launcher3.git] / proguard.flags
index 72b6e65..6cbab08 100644 (file)
 # 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.** {
+#-keep,allowoptimization,allowshrinking class android.support.** {
+#  *;
+#}
+-keep class android.support.v7.widget.RecyclerView { *; }
+
+-keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** {
   *;
 }
-