|
|
@@ -16,6 +16,7 @@ import java.util.List;
|
|
|
import kr.co.zumo.app.R;
|
|
|
import kr.co.zumo.app.lifeplus.bean.api.LifeplusImageBean;
|
|
|
import kr.co.zumo.app.lifeplus.helper.ActionBarHelper;
|
|
|
+import kr.co.zumo.app.lifeplus.view.Event;
|
|
|
import kr.co.zumo.app.lifeplus.view.screen.FragmentBase;
|
|
|
|
|
|
/**
|
|
|
@@ -45,10 +46,12 @@ public class BucketListDefaultDetailFragment extends FragmentBase<BucketListDefa
|
|
|
textViewBucketTitle = findViewById(R.id.text_view_bucket_title);
|
|
|
imageViewBucketCheck = findViewById(R.id.image_checker);
|
|
|
imageViewBucketBackground = findViewById(R.id.image_view_bucket_background);
|
|
|
+ textViewBucketTitle.setOnClickListener(view -> {presenter.onEvent(new Event.Builder(Event.UPDATE).build());});
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
protected void defineActionBar(ActionBarHelper actionBarHelper) {
|
|
|
+
|
|
|
actionBarHelper.begin()
|
|
|
.back(navigationBar -> presenter.onNavigationClickBack(navigationBar))
|
|
|
.confirm(navigationBar -> presenter.onNavigationClickConfirm(navigationBar))
|