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

Crash on multiple windows #46

Open
licaon-kter opened this issue Oct 23, 2022 · 1 comment
Open

Crash on multiple windows #46

licaon-kter opened this issue Oct 23, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@licaon-kter
Copy link

2.3.3 F-Droid

Open an url

Go to task overview, trigger multiple windows (or split screen or whatever that is called)

Crash

FATAL EXCEPTION: main
Process: com.ensoft.imgurviewer, PID: 10365
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.Window androidx.fragment.app.FragmentActivity.getWindow()' on a null object reference
	at com.ensoft.imgurviewer.view.fragment.ImageViewerFragment.setSystemUiVisibility(ImageViewerFragment.java:721)
	at com.ensoft.imgurviewer.view.fragment.ImageViewerFragment.access$500(ImageViewerFragment.java:81)
	at com.ensoft.imgurviewer.view.fragment.ImageViewerFragment$7.run(ImageViewerFragment.java:747)
	at android.os.Handler.handleCallback(Handler.java:938)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loop(Looper.java:223)
	at android.app.ActivityThread.main(ActivityThread.java:7705)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)
@licaon-kter licaon-kter changed the title Crash on multiple window Crash on multiple windows Oct 23, 2022
@SpartanJ SpartanJ self-assigned this Oct 24, 2022
@SpartanJ SpartanJ added the bug Something isn't working label Oct 24, 2022
@SpartanJ
Copy link
Owner

Thanks for reporting it. I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants