@@ -151,7 +151,7 @@
return currentPlatform.value = 'ios'
} else {
- return systemInfo.platform = 'android'
+ return currentPlatform.value = 'android'
}