fix: 备注图标 ⚠ → 📝
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -332,7 +332,7 @@ class TaskListFragment : BaseFragment<FragmentTaskListBinding>() {
|
||||
else -> null
|
||||
}
|
||||
if (note != null) {
|
||||
binding.tvNote.text = "\u26A0 $note" // ⚠ + 备注内容
|
||||
binding.tvNote.text = "📝$note" // 📝 + 备注内容
|
||||
binding.tvNote.visibility = View.VISIBLE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user