Skip to content

fix: widget stuck in loading#1137

Merged
spacecowboy merged 1 commit into
spacecowboy:masterfrom
MatthewTighe:widget-not-loading
May 18, 2026
Merged

fix: widget stuck in loading#1137
spacecowboy merged 1 commit into
spacecowboy:masterfrom
MatthewTighe:widget-not-loading

Conversation

@MatthewTighe

@MatthewTighe MatthewTighe commented May 18, 2026

Copy link
Copy Markdown
Contributor

Okay wow, thanks for your patience while I figured this one out. I finally thought to try a local release build and was able to replicate the issue, which meant I could log what was happening. It would appear that R8 is minifying a work manager no-arg constructor used by Glance under the hood, and that's crashing on newer Android versions. Hopefully this is solved upstream at some point, but this seems to do it for now!

fixes #1113

@spacecowboy spacecowboy changed the title fix: avoid minifying WorkManager constructor (#1113) fix: widget stuck in loading (#1113) May 18, 2026
@spacecowboy spacecowboy changed the title fix: widget stuck in loading (#1113) fix: widget stuck in loading May 18, 2026
@spacecowboy

Copy link
Copy Markdown
Owner

Thanks a lot @MatthewTighe !

@spacecowboy spacecowboy merged commit 2ad20c5 into spacecowboy:master May 18, 2026
12 checks passed
jenningsloy318 pushed a commit to jenningsloy318/Feeder that referenced this pull request May 29, 2026
Avoid minifying WorkManager constructor
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

Successfully merging this pull request may close these issues.

Widget loads indefinitely

2 participants