mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
6 lines
210 B
Text
6 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*();
|
||
|
}
|