mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
Merge branch 'staging' into ui-fixes
This commit is contained in:
commit
925d0a5096
1 changed files with 0 additions and 1 deletions
|
@ -1990,7 +1990,6 @@ class EpicCashWallet extends CoinServiceAPI {
|
||||||
|
|
||||||
Future<bool> refreshIfThereIsNewData() async {
|
Future<bool> refreshIfThereIsNewData() async {
|
||||||
if (_hasCalledExit) return false;
|
if (_hasCalledExit) return false;
|
||||||
Logging.instance.log("Can we do this here?", level: LogLevel.Fatal);
|
|
||||||
// TODO returning true here signals this class to call refresh() after which it will fire an event that notifies the UI that new data has been fetched/found for this wallet
|
// TODO returning true here signals this class to call refresh() after which it will fire an event that notifies the UI that new data has been fetched/found for this wallet
|
||||||
return true;
|
return true;
|
||||||
// TODO: do a quick check to see if there is any new data that would require a refresh
|
// TODO: do a quick check to see if there is any new data that would require a refresh
|
||||||
|
|
Loading…
Reference in a new issue