luckybilly / luckybilly/SmartSwipe
横屏时问题
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
手机横屏时侧滑关闭界面时会黑屏一下。
主要体现在界面滑出以后,然后闪一下。
SmartSwipe.wrap(this)
.removeAllConsumers()
.addConsumer(new ActivitySlidingBackConsumer(this))
.setRelativeMoveFactor(1F)
.enableDirection(SwipeConsumer.DIRECTION_LEFT,true);
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the black flash in landscape using the shown SmartSwipe.wrap(this) configuration and trace ActivitySlidingBackConsumer during the left swipe. Confirm the behavior after the interface slides away, then verify that closing the interface no longer produces a brief black screen.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100