LuckSiege / LuckSiege/PictureSelector

选择好图片后,点击完成卡死在选择图片页面

Open
#1,950 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
13.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

选择图片后点击完成按键就卡死在选择图片页面
手机:荣耀9
android版本:9.0
```
Unhandled exception while laying out windows
android.content.res.Resources$NotFoundException: Resource ID #0x7f010041
at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:292)
at android.content.res.Resources.loadXmlResourceParser(Resources.java:2390)
at android.content.res.Resources.getAnimation(Resources.java:1366)
at android.view.animation.AnimationUtils.loadAnimation(AnimationUtils.java:141)
at com.android.server.wm.AppTransition.loadAnimationRes(AppTransition.java:622)
at com.android.server.wm.AppTransition.loadAnimation(AppTransition.java:2012)
at com.android.server.wm.AppWindowToken.loadAnimation(AppWindowToken.java:2021)
at com.android.server.wm.AppWindowToken.applyAnimationLocked(AppWindowToken.java:1920)
at com.android.server.wm.AppWindowToken.setVisibility(AppWindowToken.java:475)
at com.android.server.wm.WindowSurfacePlacer.handleClosingApps(WindowSurfacePlacer.java:613)
at com.android.server.wm.WindowSurfacePlacer.handleAppTransitionReadyLocked(WindowSurfacePlacer.java:354)
at com.android.server.wm.RootWindowContainer.performSurfacePlacement(RootWindowContainer.java:738)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacementLoop(WindowSurfacePlacer.java:241)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:183)
at com.android.server.wm.WindowSurfacePlacer.performSurfacePlacement(WindowSurfacePlacer.java:173)
at com.android.server.wm.WindowSurfacePlacer.lambda$new$0(WindowSurfacePlacer.java:144)
at com.android.server.wm.-$$Lambda$WindowSurfacePlacer$4Hbamt-LFcbu8AoZBoOZN_LveKQ.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:907)
at android.os.Handler.dispatchMessage(Handler.java:105)
at android.os.Looper.loop(Looper.java:216)
at android.os.HandlerThread.run(HandlerThread.java:65)
at com.android.server.ServiceThread.run(ServiceThread.java:44)
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce the freeze by selecting an image and tapping the completion button on a Honor 9 running Android 9. Start with the reported Resources$NotFoundException and the image-selection completion flow; no repository file or test is identified. Done means completing selection no longer leaves the app stuck on the image-selection page.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
mobile-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.