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

pendingIntentBackgroundActivityStartMode not allowed sdk 35 #328

Open
1 task
ozankelkit opened this issue Jan 21, 2025 · 1 comment
Open
1 task

pendingIntentBackgroundActivityStartMode not allowed sdk 35 #328

ozankelkit opened this issue Jan 21, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@ozankelkit
Copy link

What happened?

at es.antonborri.home_widget.HomeWidgetLaunchIntent.getActivity(HomeWidgetIntent.kt:39)

Fatal Exception: java.lang.IllegalArgumentException
pendingIntentBackgroundActivityStartMode must not be set when creating a PendingIntent

What do you expect?

update to the package

Relevant log output

Execute in a terminal and put output into the code block below

Output of: flutter doctor -v

On which Platform do you experience this issue?

Android

Other information

No response

Are you interested in working on a PR for this?

  • I want to work on this
@ozankelkit ozankelkit added the bug Something isn't working label Jan 21, 2025
@jonasbernardo
Copy link

When you put the option not to use the impeller in the manifest, it works normally but when you activate the impeller the same problem as reported above appears, and even removing the code that causes the reported problem this error appears:

[ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(522)] Break on 'ImpellerValidationBreak' to inspect point of failure: Unable to allocate a device buffer: ErrorFeatureNotPresent
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/blit_pass.cc(93)] Break on 'ImpellerValidationBreak' to inspect point of failure: Attempted to add a texture blit with no destination.
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/backend/vulkan/allocator_vk.cc(522)] Break on 'ImpellerValidationBreak' to inspect point of failure: Unable to allocate a device buffer: ErrorFeatureNotPresent
E/flutter ( 7389): [ERROR:flutter/impeller/renderer/blit_pass.cc(93)] Break on 'ImpellerValidationBreak' to inspect point of failure: Attempted to add a texture blit with no destination.

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