File tree 2 files changed +9
-3
lines changed
src/main/java/me/yokeyword/sample/demo_flow/ui/fragment/home
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,13 @@ dependencies {
58
58
compile " com.android.support:design:$rootProject . v4Version "
59
59
compile " com.android.support:cardview-v7:$rootProject . v4Version "
60
60
compile " com.android.support:recyclerview-v7:$rootProject . v4Version "
61
- compile project(' :fragmentation' )
62
- compile project(' :fragmentation_swipeback' )
61
+ // compile project(':fragmentation')
62
+ // compile project(':fragmentation_swipeback')
63
+
64
+ compile ' me.yokeyword:fragmentation:1.2.6'
65
+ compile ' me.yokeyword:fragmentation-swipeback:1.2.6'
66
+
67
+
63
68
// EventBus
64
69
compile project(' :eventbus_activity_scope' )
65
70
compile ' org.greenrobot:eventbus:3.0.0'
Original file line number Diff line number Diff line change @@ -83,7 +83,8 @@ private void initDelayView() {
83
83
mFab .setOnClickListener (new View .OnClickListener () {
84
84
@ Override
85
85
public void onClick (View v ) {
86
- startForResult (ModifyDetailFragment .newInstance (mTitle ), REQ_MODIFY_FRAGMENT );
86
+ // startForResult(ModifyDetailFragment.newInstance(mTitle), REQ_MODIFY_FRAGMENT);
87
+ startWithPop (ModifyDetailFragment .newInstance ("test" ));
87
88
}
88
89
});
89
90
}
You can’t perform that action at this time.
0 commit comments