Merge branch 'RG-3434' into sqflite

This commit is contained in:
Ivan Murashov
2017-09-07 16:03:15 +03:00
30 changed files with 361 additions and 133 deletions

View File

@@ -58,8 +58,7 @@ class _RegistrationScreenState extends BaseState<FinishRegistrationScreen> {
// Если нет, то отправляется запрос на проверку статуса токена.
handleTap() async {
if (_tokenActive) {
helper.close();
startScanner(context);
startScanner(context, app, helper);
} else {
if (await platform.invokeMethod('isOnline')) {
String token = await helper.getToken();