mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
MB order notification lookup fix
This commit is contained in:
parent
3d04dc9ef8
commit
650584ad74
1 changed files with 3 additions and 0 deletions
|
@ -223,6 +223,9 @@ class NotificationsService extends ChangeNotifier {
|
||||||
case "expired":
|
case "expired":
|
||||||
case "Finished":
|
case "Finished":
|
||||||
case "finished":
|
case "finished":
|
||||||
|
case "Completed":
|
||||||
|
case "completed":
|
||||||
|
case "Not found":
|
||||||
shouldWatchForUpdates = false;
|
shouldWatchForUpdates = false;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue