fix: 备注图标 ⚠ → 📝

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
dongliang
2026-05-06 16:33:09 +09:30
parent 08bb5b268f
commit 7dd659358d

View File

@@ -332,7 +332,7 @@ class TaskListFragment : BaseFragment<FragmentTaskListBinding>() {
else -> null else -> null
} }
if (note != null) { if (note != null) {
binding.tvNote.text = "\u26A0 $note" // + 备注内容 binding.tvNote.text = "📝$note" // 📝 + 备注内容
binding.tvNote.visibility = View.VISIBLE binding.tvNote.visibility = View.VISIBLE
} }
} }