Commit 100adbd
committed
fix: Fix missing notification after closing network
After the previous notification dialog was closed, the local cache did not update the replaceId. The OSD service still received the replaceId from before the network was closed. At this point, the corresponding message box had already disappeared, so the notification was not displayed again.
Log: Fix missing notification after closing network
PMS: BUG-351867
fix: 修复关闭网络后没有通知
在上一个通知对话框关闭后,本地缓存没有更新replaceId,osd服务接收到的依然是兑换卡关闭之前的replaceId,此时对应的消息框已经消失,就没有再次显示消息框1 parent 60d11af commit 100adbd
File tree
2 files changed
+11
-0
lines changed- network-service-plugin/src/session
2 files changed
+11
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
913 | 914 | | |
914 | 915 | | |
915 | 916 | | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
916 | 924 | | |
917 | 925 | | |
918 | 926 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
133 | 136 | | |
134 | 137 | | |
135 | 138 | | |
| |||
0 commit comments