[Android] Keep all material classes
Geoffrey Métais
git at videolan.org
Tue Mar 19 13:44:41 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey at videolan.org> | Tue Mar 19 13:44:39 2019 +0100| [f3849c8b57240fd798d55f2cbbfa49ec0c8c9932] | committer: Geoffrey Métais
Keep all material classes
Focus was not visible on DPAD navigation
> https://code.videolan.org/videolan/vlc-android/commit/f3849c8b57240fd798d55f2cbbfa49ec0c8c9932
---
vlc-android/proguard.cfg | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/proguard.cfg b/vlc-android/proguard.cfg
index f387888ea..92acb25f9 100644
--- a/vlc-android/proguard.cfg
+++ b/vlc-android/proguard.cfg
@@ -98,3 +98,4 @@
# Top-level functions that can only be used by Kotlin.
-dontwarn retrofit2.-KotlinExtensions
+-keep class com.google.android.material.** { *; }
\ No newline at end of file
More information about the Android
mailing list