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

IllegalArgumentException on PrepareCopyTask#onPostExecute #3416

Open
amaze-issue-automation bot opened this issue Jul 28, 2022 · 2 comments
Open

IllegalArgumentException on PrepareCopyTask#onPostExecute #3416

amaze-issue-automation bot opened this issue Jul 28, 2022 · 2 comments
Labels
From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.

Comments

@amaze-issue-automation
Copy link

Issue explanation (write below this line)

Exception

  • App Name: مدير ملفات Amaze
  • Package: com.amaze.filemanager
  • Version: 3.7.2
  • User Action: UI Error
  • Request: Application crash
  • OS: Linux Android 11 - 30
  • Device: begonia
  • Model: Redmi Note 8 Pro
  • Product: begonia
Crash log

java.lang.IllegalArgumentException: View=DecorView@4dd0490[MainActivity]
not attached to window manager
at
android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:572)
at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:476)
at
android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:141)
at android.app.Dialog.dismissDialog(Dialog.java:389)
at android.app.Dialog.dismiss(Dialog.java:371)
at
com.amaze.filemanager.asynchronous.asynctasks.movecopy.PrepareCopyTask.onPostExecute(PrepareCopyTask.java:197)
at
com.amaze.filemanager.asynchronous.asynctasks.movecopy.PrepareCopyTask.onPostExecute(PrepareCopyTask.java:68)
at android.os.AsyncTask.finish(AsyncTask.java:771)
at android.os.AsyncTask.access$900(AsyncTask.java:199)
at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:788)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:236)
at android.app.ActivityThread.main(ActivityThread.java:8057)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:620)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1011)


@amaze-issue-automation amaze-issue-automation bot added the From-Email This is from an email, probably lacking replication info label Jul 28, 2022
@VishnuSanal VishnuSanal changed the title Crash reported by ثمر IllegalArgumentException on PrepareCopyTask#onPostExecute Aug 3, 2022
@VishnuSanal VishnuSanal added the Issue-Bug Related unexpected behavior or something worth investigating. label Aug 3, 2022
@VishnuSanal
Copy link
Member

similar #3229

@VishnuSanal
Copy link
Member

Steps to reproduce: (from #3958)

  1. Copy a folder (a ~1GB one with subfolders in my case)
  2. cd to the destination (in my case it's copy from internal storage to sd card)
  3. Paste
  4. Turn the phone: it changes the orientation from portrait to landscape and after some seconds it crashes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
From-Email This is from an email, probably lacking replication info Issue-Bug Related unexpected behavior or something worth investigating.
Projects
None yet
Development

No branches or pull requests

2 participants
@VishnuSanal and others