|
|
@@ -19,7 +19,6 @@ import kr.co.zumo.app.lifeplus.manager.ActionBarManager;
|
|
|
import kr.co.zumo.app.lifeplus.manager.ActionButtonManager;
|
|
|
import kr.co.zumo.app.lifeplus.model.BlankModel;
|
|
|
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;
|
|
|
|
|
|
/**
|
|
|
@@ -63,7 +62,7 @@ public class MyFAQFragment extends FragmentBase<MyFAQPresenter> {
|
|
|
@Override
|
|
|
protected void defineActionButton() {
|
|
|
ActionButtonManager.getInstance().begin().pencil(floatingActionButton -> {
|
|
|
- presenter.onEvent(new Event.Builder(Event.ADD).build());
|
|
|
+ presenter.onActionButtonClick();
|
|
|
}).show();
|
|
|
}
|
|
|
|