Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 9aa511ce authored by Luca Stefani's avatar Luca Stefani
Browse files

Catch BadParcelableException when checking extras

The extras found in CustomAction are provided by user apps
when they want to add custom commands to the session with
extra information.

To avoid unneeded updates the actions compared to the
currently known actions, along with their extras,
but those may not have a Parcelable implementation
thus will fail to be un-parcelled.

Simply catch the exception when comparing the extras
as those aren't used anywhere else in code and only
sent back to the user-side session.

Test: m; media 3 app
Change-Id: I5f755d6a09266372ea724b08c97a11e3ca913569
parent 772ada40
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment