Skip to content

Commit

Permalink
Feat: 태그 사용 회수 DB에 반영되는 기능
Browse files Browse the repository at this point in the history
  • Loading branch information
linenive committed Jun 20, 2021
1 parent 205ac63 commit c72ab17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ class EditProfileActivity : ProfileCommonActivity() {
viewHolder: RecyclerView.ViewHolder,
target: RecyclerView.ViewHolder
): Boolean {
tagAdapter.moveItem(viewHolder.adapterPosition, target.adapterPosition)
return true
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/row_user_value.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
android:layout_weight="3"
android:gravity="left"
android:text="TextView"
android:textColor="@color/black" />
android:textColor="@color/white" />

<TextView
android:id="@+id/tagValueText"
Expand Down

0 comments on commit c72ab17

Please sign in to comment.