Открытие сканнера, логаут
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user