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 Oct 18, 2024. It is now read-only.
Describe the bug
when closing preview for xml layout got crash
To Reproduce
Steps to reproduce the behavior:
open project -> open layout.xml, click three dots on right side , then preview xml layout , then press back on phone
Expected behavior
should be going back to xml layout editor
Screenshots
Details (please complete the following information):
Device: Redmi Note 5 pro
OS: Android 10
AndroidIDE Version : 202
Additional context
AndroidIDE crash report
Manufacturer: Xiaomi
Device: Redmi Note 5 Pro
App version: 2.0.2-beta (202)
Stacktrace:
android.util.SuperNotCalledException: Activity {com.itsaky.androidide/com.itsaky.androidide.DesignerActivity} did not call through to super.onDestroy()
at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4930)
at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4971)
at android.app.servertransaction.DestroyActivityItem.execute(DestroyActivityItem.java:44)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState(TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2016)
at android.os.Handler.dispatchMessage(Handler.java:107)
at android.os.Looper.loop(Looper.java:214)
at android.app.ActivityThread.main(ActivityThread.java:7356)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:924)
The text was updated successfully, but these errors were encountered:
Describe the bug
when closing preview for xml layout got crash
To Reproduce
Steps to reproduce the behavior:
open project -> open layout.xml, click three dots on right side , then preview xml layout , then press back on phone
Expected behavior
should be going back to xml layout editor
Screenshots
Details (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: