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
Supposedly, The application does not stop when the user plays a screen rotation from portrait mode to landscape mode to portrait mode at the back, at the time of entry to the "Setting Per-proxy app".
Actual behavior
Application crashes when users rotate the screen rotation from portrait mode to landscape mode, at the time of entry to the "app Settings Per-proxy ".
05-20 22:58:51.454 13924 13924 E WindowManager:
05-20 22:58:51.454 13924 13924 E WindowManager: android.view.WindowLeaked: Activity com.v2ray.actinium.ui.PerAppProxyActivity has leaked window DecorView@be5edfe[] that was originally added here
05-20 22:58:51.454 13924 13924 E WindowManager: at android.view.ViewRootImpl.<init>(ViewRootImpl.java:428)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.view.WindowManagerGlobal.addView(WindowManagerGlobal.java:337)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:94)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.Dialog.show(Dialog.java:332)
05-20 22:58:51.454 13924 13924 E WindowManager: at com.v2ray.actinium.ui.PerAppProxyActivity.onCreate(Unknown Source)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.Activity.performCreate(Activity.java:6865)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1119)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2694)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2802)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread.handleRelaunchActivity(ActivityThread.java:4621)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread.-wrap19(ActivityThread.java)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1557)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.os.Handler.dispatchMessage(Handler.java:102)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.os.Looper.loop(Looper.java:163)
05-20 22:58:51.454 13924 13924 E WindowManager: at android.app.ActivityThread.main(ActivityThread.java:6361)
05-20 22:58:51.454 13924 13924 E WindowManager: at java.lang.reflect.Method.invoke(Native Method)
05-20 22:58:51.454 13924 13924 E WindowManager: at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
05-20 22:58:51.454 13924 13924 E WindowManager: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:794)
Expected behavior
Supposedly, The application does not stop when the user plays a screen rotation from portrait mode to landscape mode to portrait mode at the back, at the time of entry to the "Setting Per-proxy app".
Actual behavior
Application crashes when users rotate the screen rotation from portrait mode to landscape mode, at the time of entry to the "app Settings Per-proxy ".
How to reproduce
Environment
Device : Redmi Note 5A
System Operating : 7.1.0 Nougat
App Version : 0.10.2
Recording Of The Issues
https://youtu.be/7nabFkjuxFk
Logcat
Proof Of Work Done
Submit in github
The text was updated successfully, but these errors were encountered: