mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
5 lines
210 B
Text
5 lines
210 B
Text
# keep getters/setters in RotatingDrawable so that animations can still work.
|
|
-keepclassmembers class com.getbase.floatingactionbutton.FloatingActionsMenu$RotatingDrawable {
|
|
void set*(***);
|
|
*** get*();
|
|
}
|