From 1484012e9c4d6fbee730bd6965d6645a087c267c Mon Sep 17 00:00:00 2001 From: ruiguifeng <3481343521@qq.com> Date: Tue, 31 Dec 2024 17:03:37 +0800 Subject: [PATCH] code explanation --- src/ui(r)/NotesListItem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui(r)/NotesListItem.java b/src/ui(r)/NotesListItem.java index 7386bc9..c34f396 100644 --- a/src/ui(r)/NotesListItem.java +++ b/src/ui(r)/NotesListItem.java @@ -160,4 +160,4 @@ public class NotesListItem extends LinearLayout { public NoteItemData getItemData() { return mItemData; // 返回绑定的便签项数据 } -} +} \ No newline at end of file