Check bridge compat before initializing cast shim

This commit is contained in:
hensm
2018-12-13 19:50:47 +00:00
parent 169ece39fc
commit e42766097f
5 changed files with 307 additions and 284 deletions

View File

@@ -10,6 +10,7 @@ export default async function getBridgeInfo () {
applicationVersion = response.data;
} catch (err) {
console.error(err)
return null;
}