Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: chrome/android/java/proguard.flags

Issue 2738843003: [Home] Add a bottom navigation bar for the BottomSheet (Closed)
Patch Set: Move proguard exception to different file Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/res/color/bottom_nav_tint.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/proguard.flags
diff --git a/chrome/android/java/proguard.flags b/chrome/android/java/proguard.flags
index 965261705ec70e2268517b86265796e4bb46b7f1..e70f1e64923702d39814a7b511367ea1fa1dd9c1 100644
--- a/chrome/android/java/proguard.flags
+++ b/chrome/android/java/proguard.flags
@@ -27,3 +27,10 @@
# implementation of org.apache.http.params.HttpParams so it can safely be
# ignored.
-dontwarn org.apache.http.params.HttpParams
+
+# This class member is referenced in BottomSheetBottomNav as a temporary
+# measure until the support library contains a solution for disabling shifting
+# mode. TODO(twellington): remove once support library has a fix and is rolled.
+-keepclassmembers class android.support.design.internal.BottomNavigationMenuView {
+ boolean mShiftingMode;
+}
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java/res/color/bottom_nav_tint.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698