Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

bug(android): update notification instead of recreating#249

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
DavidWiesner wants to merge5 commits intokatzer:master
base:master
Choose a base branch
Loading
fromDavidWiesner:pure-fix-notification-update

Conversation

DavidWiesner
Copy link

@DavidWiesnerDavidWiesner commentedFeb 23, 2017
edited
Loading

On Android the notification will always recreated when updating e.g. the text withcordova.plugins.backgroundMode.configure({ text: "Upload 2 of 20 images" });.
This will result in a flickering notification because the old notification will be replaced with a new one. If you only want to update elements in the notification you have to keep the oldNotification.Builder.

kosssi and shahriar reacted with thumbs up emoji
@katzer
Copy link
Owner

@DavidWiesner Sounds reasonable. I will take a look.

@roeycohen
Copy link

cordova.plugins.backgroundMode.configure is not documented in the readme...

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@DavidWiesner@katzer@roeycohen

[8]ページ先頭

©2009-2025 Movatter.jp