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

[Bug]: 在即将上课提醒时清除所有提醒后不提醒上课 #106

Closed
5 tasks done
LiuYan-xwx opened this issue Apr 28, 2024 · 3 comments
Closed
5 tasks done
Assignees
Labels
bug Something isn't working

Comments

@LiuYan-xwx
Copy link
Contributor

检查清单

  • 我已经在 Issues 中找过我要提出的问题,没有找到相同问题的ISSUE。
  • 我已经详细阅读过应用的帮助文档,但我的问题没有得到解答。
  • 我已确认我要反馈的问题还没有在 dev 分支上修复。
  • 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(这些问题应当在 Discussion 板块提出。)

重现步骤

  1. 等待即将上课提醒特效弹出
  2. 在提醒即将上课时,使用软件自带的清除所有提醒功能
  3. 上课时间到时,提醒不弹出

期望的行为

上课提醒正确弹出

实际结果

上课提醒并未弹出,我认为清除所有提醒指的是当前的"即将上课"的提醒,而后的上课提醒应该不受影响

堆栈跟踪(可选)

No response

应用版本

1.3.3.1-83d2987

操作系统版本

Windows11 23H2

最后一步

  • 我认为上述的描述已经足以详细,以允许开发人员能复现该问题
@LiuYan-xwx LiuYan-xwx added the bug Something isn't working label Apr 28, 2024
@jiangyin-srinternet

This comment was marked as outdated.

@HelloWRC
Copy link
Member

感谢您的反馈,这个应该是一个设计缺陷。在发出即将上课提醒时,会将当前课程的上课提醒一并附加到提醒队列中,以实现在即将上课提醒结束后显示上课提醒,并不会单独发送上课提醒。而在显示即将上课提醒时清除所有提醒,会将当前的提醒和将要上课提醒一起清除,故在上课时不会再发送提醒。

目前我将考虑优化即将上课提醒的显示逻辑,使清除即将上课提醒时不会影响上课提醒。

@HelloWRC
Copy link
Member

HelloWRC commented May 3, 2024

已修复。

@HelloWRC HelloWRC closed this as completed May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants