Открытие сканнера, логаут

This commit is contained in:
Ivan Murashov
2017-09-06 18:02:42 +03:00
parent 569c69e268
commit 9429d6f98e
2 changed files with 13 additions and 7 deletions

View File

@@ -92,7 +92,7 @@ class SplashScreen extends StatelessWidget {
bool active = status['active'] == null ? false : status['active'];
if (active) {
startScanner(context);
startScanner(helper, context);
} else {
if (await platform.invokeMethod('isOnline')) {
_createToken(context, helper);