|
|
@@ -195,6 +195,8 @@ public class AddMyBucketListModel extends Model {
|
|
|
public void onApiSuccess(LifeplusAPIBean resultBean) {
|
|
|
bucketMyBeanForEditing.setTitle(bucketText);
|
|
|
bucketMyBeanForEditing.setImageUrl(bucketBackgroundList.get(selectedIndex).getImageUrl());
|
|
|
+ // todo tag 정보를 알 수 없어서 null 넣어둠.
|
|
|
+ bucketMyBeanForEditing.setTagList(null);
|
|
|
onResult(new Event.Builder(Event.SUCCESS).build());
|
|
|
}
|
|
|
|