From 5d47ff69b7c3bff242fbef49588228842a5d77b2 Mon Sep 17 00:00:00 2001 From: ruiguifeng <3481343521@qq.com> Date: Tue, 31 Dec 2024 17:01:16 +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 c34f396..7386bc9 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 +}