Conversation
|
Hello 👋, this PR has been opened for more than 2 months with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 15 days until this gets closed automatically |
|
hi did you solved this problem : #153 (comment) |
|
@mikehardy Can we have this opened please? |
|
No promises but I can give it a look sure. In my experience Helena's work was great so I actually have high hopes |
|
Hello 👋, this PR has been opened for more than 2 months with no activity on it. If you think this is a mistake please comment and ping a maintainer to get this merged ASAP! Thanks for contributing! You have 15 days until this gets closed automatically |
Branches off full-screen-intent p/r. Should be merged after that's released.
Interesting though, it looks like a version bump to
androidx.core:*:1.5.0-rc01is needed. For the bubble to appear (https://developer.android.com/guide/topics/ui/bubbles#when_bubbles_appear), the following needs to be met:To meet the requirement for
has a Person added, as far as I can tell, it requires this APINotificationCompact.Builder.addPerson(person)which isn't there on the current stable version. There is NotificationCompact.Builder.addPerson(uri) but it's deprecated.API design decisions:
launchActivityand amainComponent.