Skip to content

Fixed NPE when contentIntent is triggered

Erik Duisters requested to merge eduisters/kdeconnect-android:mpris_npe into master

Summary

On SDK 14 and 15 clicking on the MprisPlugin notification results in an NPE because the notification extras are not delivered.

Test Plan

Before applying this patch verify that clicking on the MprisPlugin notification on SDK 14 and 15 causes an NPE Apply patch and verify that the NPE is now fixed.

Merge request reports