|
|
@ -1,35 +1,40 @@
|
|
|
|
<!-- 提问前有看 常见 issues 和 历史 issues 吗?也许里面就有答案,节约你我时间!-->
|
|
|
|
---
|
|
|
|
<!-- 请将以下信息尽量提供完整,可以帮助框架维护者更快的定位错误,节约大家的时间,如果提问只有标题,没有提供其他有价值的信息,那你的 issues 有很大几率被直接 close!-->
|
|
|
|
name: 🐞 Bug
|
|
|
|
<!-- Issues 有效周期是一个星期,如果在一个星期内提问者不回复作者以及维护者的消息,或者不积极配合作者以及维护者提供有效信息帮助解决 issues,那作者和维护者有权利将此 issues 当作无效 issues 进行 close 处理,开源社区一定是大家一起维护才能繁荣昌盛,一定不要把自己当作一个消费者去使用开源项目,这样将没有人再愿意为你开源任何项目!-->
|
|
|
|
about: File a bug/issue
|
|
|
|
### Environment
|
|
|
|
title: '[BUG] <title>'
|
|
|
|
- [x] Autosize Version: <!-- like: v0.7.0 -->
|
|
|
|
labels: Bug, Needs Triage
|
|
|
|
- [x] Target Android Version: <!-- like: Android 8.0 -->
|
|
|
|
assignees: ''
|
|
|
|
- [x] Device Model: <!-- like: Nexus 6 -->
|
|
|
|
|
|
|
|
- [x] Device Resolution: <!-- like: 1080px * 1920px -->
|
|
|
|
---
|
|
|
|
- [x] Design Size On AndroidManifest: <!-- like: 360dp * 640dp -->
|
|
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
Note: Please search to see if an issue already exists for the bug you encountered.
|
|
|
|
### Bug Description:
|
|
|
|
-->
|
|
|
|
<!-- 提问前确定你看过 里面有此框架的原理,看完原理你才能更好的使用本框架-->
|
|
|
|
|
|
|
|
|
|
|
|
### Current Behavior:
|
|
|
|
|
|
|
|
<!-- A concise description of what you're experiencing. -->
|
|
|
|
### Log:
|
|
|
|
|
|
|
|
<!-- 在日志中搜索 找到框架日志复制或截图 -->
|
|
|
|
### Expected Behavior:
|
|
|
|
```log
|
|
|
|
<!-- A concise description of what you expected to happen. -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Steps To Reproduce:
|
|
|
|
```
|
|
|
|
<!--
|
|
|
|
|
|
|
|
Example: steps to reproduce the behavior:
|
|
|
|
|
|
|
|
1. In this environment...
|
|
|
|
### Screenshot
|
|
|
|
2. With this config...
|
|
|
|
<!-- 如果 View 显示有问题,最好提供页面截图-->
|
|
|
|
3. Run '...'
|
|
|
|
|
|
|
|
4. See error...
|
|
|
|
|
|
|
|
-->
|
|
|
|
### Related Code:
|
|
|
|
|
|
|
|
```java
|
|
|
|
### Environment:
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
Example:
|
|
|
|
```
|
|
|
|
- OS: Ubuntu 20.04
|
|
|
|
|
|
|
|
- Node: 13.14.0
|
|
|
|
|
|
|
|
- npm: 7.6.3
|
|
|
|
### Others:
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Anything else:
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
Links? References? Anything that will give us more context about the issue that you are encountering!
|
|
|
|
|
|
|
|
-->
|
|
|
|