Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android二次编辑有音乐附件的笔记,只能看到一个附件。 || Only one attachment can be seen when re-editing notes with music attachments on Android. #447

Open
Jonnyan404 opened this issue Jan 14, 2025 · 1 comment
Labels
bug Something isn't working released

Comments

@Jonnyan404
Copy link
Contributor

Jonnyan404 commented Jan 14, 2025

Describe the bug

二次编辑音乐附件的笔记,无法看到完整列表

To Reproduce
Steps to reproduce the behavior:

  1. 上传3首音乐,并保存
  2. 再次编辑

Expected behavior

能看到所有附件或提供上下左右滑动切换

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.


Describe the bug

When re-editing the notes of the music attachment, the complete list cannot be seen.

To Reproduce
Steps to reproduce the behavior:

  1. Upload 3 pieces of music and save them
  2. Edit again

Expected behavior

Can see all attachments or provide up, down, left, and right sliding switching

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

@github-actions github-actions bot changed the title Android二次编辑有音乐附件的笔记,只能看到一个附件。 Android二次编辑有音乐附件的笔记,只能看到一个附件。 || Only one attachment can be seen when re-editing notes with music attachments on Android. Jan 14, 2025
Copy link

dosubot bot commented Jan 14, 2025

在Blinko Android应用中,编辑包含音乐附件的笔记时,只能看到一个附件的问题可能与附件的显示和管理方式有关。根据现有信息,FilesAttachmentRender组件用于渲染附件,并且配置为显示文件的预览选项[1]。在编辑模式下,附件是从editAttachmentsStorage中检索的,并传递给Editor组件进行显示[2][3]

如果在编辑时无法看到完整的附件列表,可能需要检查以下几点:

  1. 确保editAttachmentsStorage中正确存储了所有附件。
  2. 检查FilesAttachmentRender组件的实现,确保其能够正确处理和显示多个附件。
  3. 确认在编辑模式下,附件列表的更新和渲染逻辑是否正确执行[4][2]

如果问题仍然存在,可能需要进一步调试代码以确定具体原因。

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot dosubot bot added bug Something isn't working released labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

1 participant