Android analytics done, camera instructions added.
This commit is contained in:
@@ -191,9 +191,10 @@ class SettingsState extends BaseState<SettingsScreen> {
|
||||
helper.clear().then((result) {
|
||||
Navigator.of(context).pop('');
|
||||
});
|
||||
}).catchError((error) {
|
||||
print(error.toString());
|
||||
Navigator.of(context).pop('');
|
||||
}, onError: (e) {
|
||||
platform.invokeMethod('logError', {"message":e.toString()}).then((_) {
|
||||
Navigator.of(context).pop('');
|
||||
});
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user