Switch to using the saved data flag
This commit is contained in:
parent
cbe676a359
commit
c70a6f4f1d
2 changed files with 2 additions and 1 deletions
|
@ -462,6 +462,7 @@ class SessionData {
|
|||
|
||||
static Future<bool> DownloadData() async {
|
||||
Dio dio = Dio();
|
||||
IsSavedData = false;
|
||||
Map<String, dynamic> payload = {"cmd": "get", "id": LastSessionID};
|
||||
|
||||
// Send the data, and get the response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue