File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
library/src/main/java/me/imid/swipebacklayout/lib/app Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
package me .imid .swipebacklayout .lib .app ;
3
3
4
- import me .imid .swipebacklayout .lib .SwipeBackLayout ;
5
4
import android .os .Bundle ;
6
5
import android .support .v4 .app .FragmentActivity ;
7
6
import android .view .View ;
8
7
9
- public class SwipeBackActivity extends FragmentActivity implements SwipeBackActivityBase {
8
+ import me .imid .swipebacklayout .lib .SwipeBackLayout ;
9
+
10
+ public class SwipeBackActivity extends FragmentActivity implements SwipeBackActivityBase {
10
11
private SwipeBackActivityHelper mHelper ;
11
12
12
13
@ Override
@@ -29,11 +30,12 @@ public View findViewById(int id) {
29
30
return mHelper .findViewById (id );
30
31
return v ;
31
32
}
32
-
33
+
33
34
@ Override
34
35
public SwipeBackLayout getSwipeBackLayout () {
35
36
return mHelper .getSwipeBackLayout ();
36
37
}
38
+
37
39
@ Override
38
40
public void setSwipeBackEnable (boolean enable ) {
39
41
getSwipeBackLayout ().setEnableGesture (enable );
You can’t perform that action at this time.
0 commit comments