From 931cc0df1e90222c20ada1095907d6e2e957d063 Mon Sep 17 00:00:00 2001
From: Matthias Urhahn <matthias.urhahn@sap.com>
Date: Tue, 18 May 2021 17:14:07 +0200
Subject: [PATCH] Add comment to workaround, to clarify conditions why it was
 added and when it can be removed. (#3211)

Co-authored-by: Mohamed Metwalli <mohamed.metwalli@sap.com>
---
 Corona-Warn-App/proguard-rules.pro | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Corona-Warn-App/proguard-rules.pro b/Corona-Warn-App/proguard-rules.pro
index 963debea2..c5061b216 100644
--- a/Corona-Warn-App/proguard-rules.pro
+++ b/Corona-Warn-App/proguard-rules.pro
@@ -88,6 +88,9 @@
 
 -keep class de.rki.coronawarnapp.server.protocols.internal.** { *; }
 
+# Fixes R8 bug https://issuetracker.google.com/issues/170709331
+# May be removed after newer R8 version is in use and the fix is confirmed
+# Prevents the app from crashing on navigation due to animation resources not being found.
 -keepclassmembers class **.R$* {
        public static <fields>;
 }
\ No newline at end of file
-- 
GitLab