Release 2.0.1Beta

This commit is contained in:
hyb1996
2017-03-19 16:21:07 +08:00
parent 85affed538
commit dd787236e7
110 changed files with 2428 additions and 4710 deletions

View File

@@ -25,7 +25,7 @@ public interface BackPressedHandler {
mActivity = activity;
}
public DoublePressExit setDoublePressInterval(long doublePressInterval) {
public DoublePressExit doublePressInterval(long doublePressInterval) {
mDoublePressInterval = doublePressInterval;
return this;
}