Adds an extra check for Android Native app for playing podcasts (#7651)
This commit is contained in:
parent
ba0ebbafa8
commit
8f567524f7
1 changed files with 2 additions and 1 deletions
|
|
@ -114,7 +114,8 @@ function initializePodcastPlayback() {
|
|||
return (
|
||||
navigator.userAgent === 'DEV-Native-android' &&
|
||||
typeof AndroidBridge !== 'undefined' &&
|
||||
AndroidBridge !== null
|
||||
AndroidBridge !== null &&
|
||||
AndroidBridge.metadataPodcast !== undefined
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue