Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix crash with pendingintents in messageview
Only the lower 16 bits can be used for the request code from fragments. This changes our own mask to use the 15th bit instead of the 16th.
- Loading branch information