Skip to content

Commit

Permalink
chore(debug): remove android window check
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Nov 11, 2021
1 parent 376a859 commit 9eae3ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const sendMessageToMobile = (
}
break
// android
case platform === PlatformTypes.ANDROID && window.BCAndroidSSI:
case platform === PlatformTypes.ANDROID:
console.log('sendMessageToMobile android detected')
try {
console.log(
Expand Down

0 comments on commit 9eae3ec

Please sign in to comment.