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

Continue to support old 'search' extra in MessageList Intent #2380

Merged
merged 1 commit into from Mar 14, 2017

Conversation

cketti
Copy link
Member

@cketti cketti commented Mar 11, 2017

PR #2169 changed the format of the search extra in the Intent used to start the message list. But when a user had an unread widget on the home screen the system would hold on to a PendingIntent with a search extra in the old format. That's why opening the app using the unread widget would crash.

I re-added support for the old extra. A reboot recreates the PendingIntent for existing unread widgets (then using the new format). That's why there's an expiration date that is not too far in the future.

Fixes #2282

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.

None yet

1 participant