[android][utils] Fix a couple of minor Android issues with internals refactor

This commit is contained in:
Chris Bianca
2018-01-08 09:20:32 +00:00
parent d1f2b3fcfa
commit fe19942e18
2 changed files with 9 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ export default {
if (isAndroid && namespace !== 'utils' && !INTERNALS.FLAGS.checkedPlayServices) {
INTERNALS.FLAGS.checkedPlayServices = true;
this.utils().checkPlayServicesAvailability();
app.utils().checkPlayServicesAvailability();
}
if (!APP_MODULES[app][namespace]) {