You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
Control closeNotification doesnt work i.e. the notification doesnt close on swiping.
Code snippet - MusicControl.enableControl('closeNotification', true, { when: 'always' })
I registered closeNotification event handler too but the event is not listening due to the same issue.
I also cannot setup a swipe gesture handler (from react native) and call stopControl method on swipe as the swipe gesture handler can't be implemented on a method.
Platform
Tested on both Android 9 and 10.
The text was updated successfully, but these errors were encountered:
Description
Control closeNotification doesnt work i.e. the notification doesnt close on swiping.
Code snippet -
MusicControl.enableControl('closeNotification', true, { when: 'always' })
I registered closeNotification event handler too but the event is not listening due to the same issue.
I also cannot setup a swipe gesture handler (from react native) and call
stopControl
method on swipe as the swipe gesture handler can't be implemented on a method.Platform
Tested on both Android 9 and 10.
The text was updated successfully, but these errors were encountered: