|
|
@@ -227,7 +227,6 @@ public class BucketListWithTagDetailFragment extends FragmentBase<BucketListWith
|
|
|
|
|
|
@Override
|
|
|
public void setBucketTitle(String str) {
|
|
|
- // TODO: word wrap 추가예정
|
|
|
str = str.replace(" ", "\u00A0");
|
|
|
textBucketTitle.setText(str);
|
|
|
addAppbarLayoutScrollChange();
|