2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java2,262 stars (2,262 stars)272 forks (272 forks)batch import
help wanted
Description
滑动退出之后屏幕变暗了怎么处理?
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Understanding of Android fragment lifecycleFamiliarity with swipe gestures in AndroidBasic knowledge of FragmentRigger library
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- Investigate the swipe to exit implementation in FragmentRigger, likely in classes handling fragment transitions or gestures. Look for any code that might dim the screen after swipe, such as a fade out animation or a background color change. Check the GitHub issues and comments for any previous discussion. Reproduce the bug with a simple example to confirm the behavior.