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

关闭app后历史纪录会被清空 #339

Closed
3 of 4 tasks
r20019xx opened this issue Feb 20, 2024 · 2 comments
Closed
3 of 4 tasks

关闭app后历史纪录会被清空 #339

r20019xx opened this issue Feb 20, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@r20019xx
Copy link

复现步骤 / Steps to reproduce

1.关闭app
2.再次开启
3.历史纪录被清空

预期行为 / Expected behaviour

关闭app后历史纪录不会被清空

实际行为 / Actual behaviour

自1.5版本后关闭app后历史纪录会被清空(使用armv8版本) 1.4版本前本地端会储存历史纪录

备注 / Additional details

No response

FEhViewer 版本号 / FEhViewer version code

1.5.4(534)

FEhViewer CI 版本 / FEhViewer CI version

https://github.com/3003h/FEhViewer/actions/runs/7055170774

平台 / Platform

android

系统版本 / System version

HyperOS 1.0

设备型号 / Device model

mi 13

SoC 型号 / SoC model

s8g2

应用日志 / App logs

n

自查步骤 / Self-review steps

  • 如果您有足够的时间和能力,并愿意为修复此问题提交 PR ,请勾上此复选框 / Pull request is welcome. Check this if you want to start a pull request
  • 您已搜索过 Issue Tracker,没有找到类似的问题 / I have searched on Issue Tracker, No duplicate or related open issue has been found
  • 您确保这个 Issue 只提及一个问题。如果您有多个问题报告,烦请发起多个 Issue / Ensure there is only one bug report in this issue. Please make mutiply issue for mutiply bugs
  • 您确保已使用 最新 CI 版本 测试,并且该问题在最新 CI 版本中并未解决 / This bug have not solved in latest CI version
@r20019xx r20019xx added the bug Something isn't working label Feb 20, 2024
@3003h
Copy link
Owner

3003h commented Feb 21, 2024

因为有次更新修改了一个属性类型,导致读取旧的历史的时候转换错误就都没法加载出来。类型转换的兼容还没改
要解决的话主动清空一次历史记录,然后远程的也都清理掉,后面就应该都正常了

@dyphire
Copy link

dyphire commented Mar 4, 2024

因为有次更新修改了一个属性类型,导致读取旧的历史的时候转换错误就都没法加载出来。类型转换的兼容还没改 要解决的话主动清空一次历史记录,然后远程的也都清理掉,后面就应该都正常了

试了下不起作用,本地和远程的历史记录都删了后再记录后每次退出照样清空记录。每次打开 app 都要手动刷新拉取远程记录

Edit: 把远程 history 和 read 都删了后正常了

@3003h 3003h closed this as completed in c138855 Mar 19, 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