|
@@ -14,7 +14,6 @@ import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.manager.ActionBarManager;
|
|
import kr.co.zumo.app.lifeplus.manager.ActionBarManager;
|
|
|
import kr.co.zumo.app.lifeplus.manager.ActionButtonManager;
|
|
import kr.co.zumo.app.lifeplus.manager.ActionButtonManager;
|
|
|
import kr.co.zumo.app.lifeplus.util.ResourceUtil;
|
|
import kr.co.zumo.app.lifeplus.util.ResourceUtil;
|
|
|
-import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
|
|
import kr.co.zumo.app.lifeplus.view.screen.FragmentBase;
|
|
import kr.co.zumo.app.lifeplus.view.screen.FragmentBase;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -67,7 +66,7 @@ public class BucketListFragment extends FragmentBase<BucketListPresenter> implem
|
|
|
@Override
|
|
@Override
|
|
|
protected void defineActionButton() {
|
|
protected void defineActionButton() {
|
|
|
ActionButtonManager.getInstance().begin().plus(floatingActionButton -> {
|
|
ActionButtonManager.getInstance().begin().plus(floatingActionButton -> {
|
|
|
- presenter.onEvent(new Event.Builder(Event.MY_BUCKET).build());
|
|
|
|
|
|
|
+ presenter.onActionButtonClick();
|
|
|
}).show();
|
|
}).show();
|
|
|
}
|
|
}
|
|
|
|
|
|