macos: fix a notification method signature
requested to merge umxprime/vlc:umxprime/4.x/gui/macos/fix-notification-observer-method-signature/mr into master
The wrong method parameter type was used for the PIP activation method.
These changes are fixing that.
The notification associated VLCPlayerController
object is also
used directly in the method implementation instead of accessing it
through a global object.