Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Shortcut crash #30

Open
shuvashish76 opened this issue Feb 9, 2022 · 0 comments
Open

Shortcut crash #30

shuvashish76 opened this issue Feb 9, 2022 · 0 comments

Comments

@shuvashish76
Copy link

shuvashish76 commented Feb 9, 2022

Shortcut created using AppManager
App crashes when I click on the shortcut from the launcher.

Screenshot_2022-02-09-21-26-01

Crash logs:

FATAL EXCEPTION: main
Process: uk.co.richyhbm.monochromatic, PID: 7304
java.lang.RuntimeException: Unable to start activity ComponentInfo{uk.co.richyhbm.monochromatic/uk.co.richyhbm.monochromatic.Activities.QuickTilePreferencesActivity}: java.lang.IllegalStateException: qsTile must not be null
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2781)
	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2859)
	at android.app.ActivityThread.-wrap11(Unknown Source:0)
	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1592)
	at android.os.Handler.dispatchMessage(Handler.java:106)
	at android.os.Looper.loop(Looper.java:164)
	at android.app.ActivityThread.main(ActivityThread.java:6518)
	at java.lang.reflect.Method.invoke(Native Method)
	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:438)
	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:807)
Caused by: java.lang.IllegalStateException: qsTile must not be null
	at uk.co.richyhbm.monochromatic.Activities.QuickTilePreferencesActivity.onCreate(Unknown Source:41)
	at android.app.Activity.performCreate(Activity.java:7023)
	at android.app.Activity.performCreate(Activity.java:7014)
	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1215)
	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2734)
	... 9 more
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant