Paul Woitaschek

Results 195 comments of Paul Woitaschek

I don't think I handled it correctly 🙈 The BT resumption dismissal could be fixed by subclassing the receiver and intercepting onReceives already right now if I understand correctly.

Uff, that's bad. That sounds rather like your phone's memory is corrupted. Does it persist when you reinstall?

Hmm, I'm not sure if this is the correct solution. The code is only a weird workaround. Usually connecting to a media controller should not prepare anything. Instead, the client...

I'm hesitant on this change; especially around re-injecting the service. I think this is not how playback resumption is mean to work with media3. I've raised a question here: https://github.com/androidx/media/issues/1064...

I would assume that this would lead to a permanent notification which has been the case in the past. Can you check that? (Ie there were a lot of users...

Can you check Marcs answer? From what he explained it looks like this change should not be necessary and another controller should just connect and then call play()

Very cool! Could you merge main and update the PR title to describe what it fixed?

I wonder how to generally manage more complex tasks involving nullability and the general problem that it's quite a ceremony to bridge a suspend function to a compose state. To...

This is very likely this: https://issuetracker.google.com/issues/258270138

I found some basic docs here: https://github.com/danger/kotlin/blob/master/docs/usage/gitlab.html.md