Merge branch 'RG-3434' into sqflite
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user