Keep ControllerChangeHandler default constructor in Proguard rules (#550)
This commit is contained in:
@@ -3,3 +3,6 @@
|
||||
public <init>();
|
||||
public <init>(android.os.Bundle);
|
||||
}
|
||||
-keepclassmembers public class * extends com.bluelinelabs.conductor.ControllerChangeHandler {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user