mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-17 13:13:18 +02:00
Use nucleus restartables in chapters presenter. Fix some database methods. Add swipe refresh to chapters fragment. Use Icepick library.
This commit is contained in:
7
app/proguard-rules.pro
vendored
7
app/proguard-rules.pro
vendored
@ -93,4 +93,11 @@
|
||||
|
||||
-keep public class * extends android.support.v4.view.ActionProvider {
|
||||
public <init>(android.content.Context);
|
||||
}
|
||||
|
||||
# Icepick
|
||||
-dontwarn icepick.**
|
||||
-keep class **$$Icepick { *; }
|
||||
-keepclasseswithmembernames class * {
|
||||
@icepick.* <fields>;
|
||||
}
|
Reference in New Issue
Block a user