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 after changing icon pack #707

Open
nazar-pc opened this issue Feb 11, 2023 · 1 comment
Open

Crash after changing icon pack #707

nazar-pc opened this issue Feb 11, 2023 · 1 comment

Comments

@nazar-pc
Copy link

General Information

  • OpenLauncher Version: 0.7.4 (debug build from ca6656a)
  • Android Version: 13
  • Custom ROM: GrapheneOS
  • Install Source: F-Droid

Description

It is sufficient to change icon pack to another one and most of the time (but not 100% of the time) it crashes when getting back to the home screen. After extra restart it works fine indefinitely.

Log

Stack trace:  
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
	at java.util.ArrayList.get(ArrayList.java:437)
	at com.benny.openlauncher.widget.Desktop.getCurrentPage(Desktop.java:319)
	at com.benny.openlauncher.widget.WidgetContainer.updateWidgetOption(WidgetContainer.java:128)
	at com.benny.openlauncher.viewutil.ItemViewFactory$2.run(ItemViewFactory.java:144)
	at android.os.Handler.handleCallback(Handler.java:942)
	at android.os.Handler.dispatchMessage(Handler.java:99)
	at android.os.Looper.loopOnce(Looper.java:201)
	at android.os.Looper.loop(Looper.java:288)
	at android.app.ActivityThread.main(ActivityThread.java:7879)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:952)
@gsantner
Copy link
Contributor

OpenLauncher is not in active development. But feel free to make a merge request to fix the issue. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants