fix updateStorage
This commit is contained in:
parent
6896f1ecf4
commit
76d053ff10
|
@ -120,7 +120,7 @@ class LocalUtil {
|
|||
jsonBody['visitado']['VDO_NOTTERCEIROS'],
|
||||
),
|
||||
);
|
||||
if (jsonBody['visitado']['VDO_TEM_SENHA_ACESSO'] == '') {
|
||||
if (jsonBody['visitado']['VDO_TEM_SENHA_ACESSO'] != null) {
|
||||
await StorageHelper().set(
|
||||
LocalsStorageKey.access.key,
|
||||
_processSystemOption(jsonBody['visitado']['VDO_TEM_SENHA_ACESSO']),
|
||||
|
|
Loading…
Reference in New Issue