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

修复小时数大于100时显示异常 #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2020

  1. 修复小时数大于100时显示异常

    原因:updateShow时仅判断mDay的长度,没有判断mHour的值
    解决方案:参考mDay方案来修改mHour的长度
    验证建议:
    Cammmmer committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c490901 View commit details
    Browse the repository at this point in the history
  2. 更新gradle及编译

    Cammmmer committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    f329940 View commit details
    Browse the repository at this point in the history