You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
AardDict version used is 1.4.1 (the latest version on the market! ).
Application crashes with the following stack trace when the next sequence of events is fired:
starting by main activity
press the menu button, click on info, longclick on the dictionary name and rotate the device while the dictionary's info is loading.
E/AndroidRuntime( 448): FATAL EXCEPTION: main
E/AndroidRuntime( 448): java.lang.IllegalArgumentException: View not attached to window manager
E/AndroidRuntime( 448): at android.view.WindowManagerImpl.findViewLocked(WindowManagerImpl.java:355)
E/AndroidRuntime( 448): at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:200)
E/AndroidRuntime( 448): at android.view.Window$LocalWindowManager.removeView(Window.java:432)
E/AndroidRuntime( 448): at android.app.Dialog.dismissDialog(Dialog.java:278)
E/AndroidRuntime( 448): at android.app.Dialog.access$000(Dialog.java:71)
E/AndroidRuntime( 448): at android.app.Dialog$1.run(Dialog.java:111)
E/AndroidRuntime( 448): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 448): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 448): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 448): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 448): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 448): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 448): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 448): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 448): at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered:
AardDict version used is 1.4.1 (the latest version on the market! ).
Application crashes with the following stack trace when the next sequence of events is fired:
starting by main activity
press the menu button, click on info, longclick on the dictionary name and rotate the device while the dictionary's info is loading.
E/AndroidRuntime( 448): FATAL EXCEPTION: main
E/AndroidRuntime( 448): java.lang.IllegalArgumentException: View not attached to window manager
E/AndroidRuntime( 448): at android.view.WindowManagerImpl.findViewLocked(WindowManagerImpl.java:355)
E/AndroidRuntime( 448): at android.view.WindowManagerImpl.removeView(WindowManagerImpl.java:200)
E/AndroidRuntime( 448): at android.view.Window$LocalWindowManager.removeView(Window.java:432)
E/AndroidRuntime( 448): at android.app.Dialog.dismissDialog(Dialog.java:278)
E/AndroidRuntime( 448): at android.app.Dialog.access$000(Dialog.java:71)
E/AndroidRuntime( 448): at android.app.Dialog$1.run(Dialog.java:111)
E/AndroidRuntime( 448): at android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime( 448): at android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime( 448): at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime( 448): at android.app.ActivityThread.main(ActivityThread.java:3683)
E/AndroidRuntime( 448): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 448): at java.lang.reflect.Method.invoke(Method.java:507)
E/AndroidRuntime( 448): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
E/AndroidRuntime( 448): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
E/AndroidRuntime( 448): at dalvik.system.NativeStart.main(Native Method)
The text was updated successfully, but these errors were encountered: